Class: GithubIssues::Issue

Inherits:
Struct
  • Object
show all
Defined in:
app/services/github_issues.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



5
6
7
# File 'app/services/github_issues.rb', line 5

def body
  @body
end

#labelsObject

Returns the value of attribute labels

Returns:

  • (Object)

    the current value of labels



5
6
7
# File 'app/services/github_issues.rb', line 5

def labels
  @labels
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



5
6
7
# File 'app/services/github_issues.rb', line 5

def number
  @number
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



5
6
7
# File 'app/services/github_issues.rb', line 5

def title
  @title
end