Class: GitStoryid::SerializedIssue

Inherits:
Struct
  • Object
show all
Defined in:
lib/git_storyid.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



244
245
246
# File 'lib/git_storyid.rb', line 244

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



244
245
246
# File 'lib/git_storyid.rb', line 244

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



244
245
246
# File 'lib/git_storyid.rb', line 244

def type
  @type
end