Class: Octopi::IssueComment
- Inherits:
-
Base
- Object
- Base
- Octopi::IssueComment
- Includes:
- Resource
- Defined in:
- lib/octopi/issue_comment.rb
Constant Summary
Constant Summary
Constants inherited from Base
Instance Attribute Summary (collapse)
-
- (Object) body
Returns the value of attribute body.
-
- (Object) created_at
Returns the value of attribute created_at.
-
- (Object) gravatar_id
Returns the value of attribute gravatar_id.
-
- (Object) id
Returns the value of attribute id.
-
- (Object) updated_at
Returns the value of attribute updated_at.
-
- (Object) user
Returns the value of attribute user.
Attributes inherited from Base
Method Summary
Methods included from Resource
Methods inherited from Base
#error=, #initialize, #property, #save
Constructor Details
This class inherits a constructor from Octopi::Base
Instance Attribute Details
- (Object) body
Returns the value of attribute body
4 5 6 |
# File 'lib/octopi/issue_comment.rb', line 4 def body @body end |
- (Object) created_at
Returns the value of attribute created_at
4 5 6 |
# File 'lib/octopi/issue_comment.rb', line 4 def created_at @created_at end |
- (Object) gravatar_id
Returns the value of attribute gravatar_id
4 5 6 |
# File 'lib/octopi/issue_comment.rb', line 4 def gravatar_id @gravatar_id end |
- (Object) id
Returns the value of attribute id
4 5 6 |
# File 'lib/octopi/issue_comment.rb', line 4 def id @id end |
- (Object) updated_at
Returns the value of attribute updated_at
4 5 6 |
# File 'lib/octopi/issue_comment.rb', line 4 def updated_at @updated_at end |
- (Object) user
Returns the value of attribute user
4 5 6 |
# File 'lib/octopi/issue_comment.rb', line 4 def user @user end |