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