Class: GogoKit::Event

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

Overview

An event on the viagogo platform.

Instance Attribute Summary collapse

Attributes inherited from Resource

#links

Instance Attribute Details

#date_confirmedObject

Returns the value of attribute date_confirmed.



12
13
14
# File 'lib/gogokit/resource/event.rb', line 12

def date_confirmed
  @date_confirmed
end

#end_dateObject

Returns the value of attribute end_date.



12
13
14
# File 'lib/gogokit/resource/event.rb', line 12

def end_date
  @end_date
end

#idObject

Returns the value of attribute id.



12
13
14
# File 'lib/gogokit/resource/event.rb', line 12

def id
  @id
end

#min_ticket_priceObject

Returns the value of attribute min_ticket_price.



12
13
14
# File 'lib/gogokit/resource/event.rb', line 12

def min_ticket_price
  @min_ticket_price
end

#nameObject

Returns the value of attribute name.



12
13
14
# File 'lib/gogokit/resource/event.rb', line 12

def name
  @name
end

#notes_htmlObject

Returns the value of attribute notes_html.



12
13
14
# File 'lib/gogokit/resource/event.rb', line 12

def notes_html
  @notes_html
end

#restrictions_htmlObject

Returns the value of attribute restrictions_html.



12
13
14
# File 'lib/gogokit/resource/event.rb', line 12

def restrictions_html
  @restrictions_html
end

#start_dateObject

Returns the value of attribute start_date.



12
13
14
# File 'lib/gogokit/resource/event.rb', line 12

def start_date
  @start_date
end

#venueObject

Returns the value of attribute venue.



12
13
14
# File 'lib/gogokit/resource/event.rb', line 12

def venue
  @venue
end