Class: GogoKit::Listing

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

Overview

A set of tickets for sale on the viagogo marketplace

Instance Attribute Summary collapse

Attributes inherited from Resource

#links

Instance Attribute Details

#download_availableObject

Returns the value of attribute download_available.



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

def download_available
  @download_available
end

#estimated_booking_feeObject

Returns the value of attribute estimated_booking_fee.



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

def estimated_booking_fee
  @estimated_booking_fee
end

#estimated_shippingObject

Returns the value of attribute estimated_shipping.



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

def estimated_shipping
  @estimated_shipping
end

#estimated_ticket_priceObject

Returns the value of attribute estimated_ticket_price.



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

def estimated_ticket_price
  @estimated_ticket_price
end

#estimated_total_chargeObject

Returns the value of attribute estimated_total_charge.



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

def estimated_total_charge
  @estimated_total_charge
end

#estimated_total_ticket_priceObject

Returns the value of attribute estimated_total_ticket_price.



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

def estimated_total_ticket_price
  @estimated_total_ticket_price
end

#estimated_vatObject

Returns the value of attribute estimated_vat.



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

def estimated_vat
  @estimated_vat
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#listing_notesObject

Returns the value of attribute listing_notes.



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

def listing_notes
  @listing_notes
end

#number_of_ticketsObject

Returns the value of attribute number_of_tickets.



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

def number_of_tickets
  @number_of_tickets
end

#pickup_availableObject

Returns the value of attribute pickup_available.



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

def pickup_available
  @pickup_available
end

#seatingObject

Returns the value of attribute seating.



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

def seating
  @seating
end

#ticket_priceObject

Returns the value of attribute ticket_price.



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

def ticket_price
  @ticket_price
end

#ticket_typeObject

Returns the value of attribute ticket_type.



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

def ticket_type
  @ticket_type
end