Class: GithubIssues::Issue
- Inherits:
-
Struct
- Object
- Struct
- GithubIssues::Issue
- Defined in:
- app/services/github_issues.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#labels ⇒ Object
Returns the value of attribute labels.
-
#number ⇒ Object
Returns the value of attribute number.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
5 6 7 |
# File 'app/services/github_issues.rb', line 5 def body @body end |
#labels ⇒ Object
Returns the value of attribute labels
5 6 7 |
# File 'app/services/github_issues.rb', line 5 def labels @labels end |
#number ⇒ Object
Returns the value of attribute number
5 6 7 |
# File 'app/services/github_issues.rb', line 5 def number @number end |
#title ⇒ Object
Returns the value of attribute title
5 6 7 |
# File 'app/services/github_issues.rb', line 5 def title @title end |