Class: Octopi::IssueComment
- Includes:
- Resource
- Defined in:
- lib/octopi/issue_comment.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#gravatar_id ⇒ Object
Returns the value of attribute gravatar_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#user ⇒ Object
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
#body ⇒ Object
Returns the value of attribute body.
4 5 6 |
# File 'lib/octopi/issue_comment.rb', line 4 def body @body end |
#created_at ⇒ Object
Returns the value of attribute created_at.
4 5 6 |
# File 'lib/octopi/issue_comment.rb', line 4 def created_at @created_at end |
#gravatar_id ⇒ Object
Returns the value of attribute gravatar_id.
4 5 6 |
# File 'lib/octopi/issue_comment.rb', line 4 def gravatar_id @gravatar_id end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/octopi/issue_comment.rb', line 4 def id @id end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
4 5 6 |
# File 'lib/octopi/issue_comment.rb', line 4 def updated_at @updated_at end |
#user ⇒ Object
Returns the value of attribute user.
4 5 6 |
# File 'lib/octopi/issue_comment.rb', line 4 def user @user end |