Class: Marlens::GithubToJiraComment::GithubClient::Content

Inherits:
Struct
  • Object
show all
Defined in:
lib/marlens/github_to_jira_comment/github_client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



10
11
12
# File 'lib/marlens/github_to_jira_comment/github_client.rb', line 10

def body
  @body
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



10
11
12
# File 'lib/marlens/github_to_jira_comment/github_client.rb', line 10

def title
  @title
end