Class: GogoKit::TicketType

Inherits:
Resource show all
Defined in:
lib/gogokit/resource/ticket_type.rb

Overview

Instance Attribute Summary collapse

Attributes inherited from Resource

#links

Instance Attribute Details

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/gogokit/resource/ticket_type.rb', line 6

def name
  @name
end

#typeObject

Returns the value of attribute type.



6
7
8
# File 'lib/gogokit/resource/ticket_type.rb', line 6

def type
  @type
end