Class: Ligarb::GithubReview::Result
- Inherits:
-
Struct
- Object
- Struct
- Ligarb::GithubReview::Result
- Defined in:
- lib/ligarb/github_review.rb
Instance Attribute Summary collapse
-
#created ⇒ Object
Returns the value of attribute created.
-
#unchanged ⇒ Object
Returns the value of attribute unchanged.
-
#updated ⇒ Object
Returns the value of attribute updated.
Instance Attribute Details
#created ⇒ Object
Returns the value of attribute created
39 40 41 |
# File 'lib/ligarb/github_review.rb', line 39 def created @created end |
#unchanged ⇒ Object
Returns the value of attribute unchanged
39 40 41 |
# File 'lib/ligarb/github_review.rb', line 39 def unchanged @unchanged end |
#updated ⇒ Object
Returns the value of attribute updated
39 40 41 |
# File 'lib/ligarb/github_review.rb', line 39 def updated @updated end |