Class: GogoKit::ListingConstraints

Inherits:
Resource
  • Object
show all
Defined in:
lib/gogokit/resource/listing_constraints.rb

Overview

Instance Attribute Summary collapse

Attributes inherited from Resource

#links

Instance Attribute Details

#currenciesObject

Returns the value of attribute currencies.



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

def currencies
  @currencies
end

#listing_notesObject

Returns the value of attribute listing_notes.



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

def listing_notes
  @listing_notes
end

#max_number_of_ticketsObject

Returns the value of attribute max_number_of_tickets.



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

def max_number_of_tickets
  @max_number_of_tickets
end

#max_ticket_priceObject

Returns the value of attribute max_ticket_price.



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

def max_ticket_price
  @max_ticket_price
end

#min_number_of_ticketsObject

Returns the value of attribute min_number_of_tickets.



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

def min_number_of_tickets
  @min_number_of_tickets
end

#min_ticket_priceObject

Returns the value of attribute min_ticket_price.



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

def min_ticket_price
  @min_ticket_price
end

#seats_requiredObject

Returns the value of attribute seats_required.



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

def seats_required
  @seats_required
end

#sectionsObject

Returns the value of attribute sections.



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

def sections
  @sections
end

#split_typesObject

Returns the value of attribute split_types.



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

def split_types
  @split_types
end

#ticket_location_requiredObject

Returns the value of attribute ticket_location_required.



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

def ticket_location_required
  @ticket_location_required
end

#ticket_typesObject

Returns the value of attribute ticket_types.



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

def ticket_types
  @ticket_types
end