Class: Octopi::IssueComment

Inherits:
Base
  • Object
show all
Includes:
Resource
Defined in:
lib/octopi/issue_comment.rb

Constant Summary

Constants inherited from Base

Base::VALID

Instance Attribute Summary collapse

Attributes inherited from Base

#api

Method Summary

Methods included from Resource

for, included

Methods inherited from Base

#error=, #initialize, #property, #save

Constructor Details

This class inherits a constructor from Octopi::Base

Instance Attribute Details

#commentObject

Returns the value of attribute comment.



4
5
6
# File 'lib/octopi/issue_comment.rb', line 4

def comment
  @comment
end

#statusObject

Returns the value of attribute status.



4
5
6
# File 'lib/octopi/issue_comment.rb', line 4

def status
  @status
end