Class: Marlens::GithubToJiraComment::GithubClient::Content
- Inherits:
-
Struct
- Object
- Struct
- Marlens::GithubToJiraComment::GithubClient::Content
- Defined in:
- lib/marlens/github_to_jira_comment/github_client.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
10 11 12 |
# File 'lib/marlens/github_to_jira_comment/github_client.rb', line 10 def body @body end |
#title ⇒ Object
Returns the value of attribute title
10 11 12 |
# File 'lib/marlens/github_to_jira_comment/github_client.rb', line 10 def title @title end |