Class: GogoKit::Category

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

Overview

Represents a grouping of events or other categories

Instance Attribute Summary collapse

Attributes inherited from Resource

#links

Instance Attribute Details

#description_htmlObject

Returns the value of attribute description_html.



11
12
13
# File 'lib/gogokit/resource/category.rb', line 11

def description_html
  @description_html
end

#idObject

Returns the value of attribute id.



11
12
13
# File 'lib/gogokit/resource/category.rb', line 11

def id
  @id
end

#max_event_dateObject

Returns the value of attribute max_event_date.



11
12
13
# File 'lib/gogokit/resource/category.rb', line 11

def max_event_date
  @max_event_date
end

#min_event_dateObject

Returns the value of attribute min_event_date.



11
12
13
# File 'lib/gogokit/resource/category.rb', line 11

def min_event_date
  @min_event_date
end

#min_ticket_priceObject

Returns the value of attribute min_ticket_price.



11
12
13
# File 'lib/gogokit/resource/category.rb', line 11

def min_ticket_price
  @min_ticket_price
end

#nameObject

Returns the value of attribute name.



11
12
13
# File 'lib/gogokit/resource/category.rb', line 11

def name
  @name
end