Class: Chiketto::TicketClass

Inherits:
Resource show all
Defined in:
lib/chiketto/ticket_class.rb

Instance Attribute Summary collapse

Attributes inherited from Resource

#id

Method Summary

Methods inherited from Resource

build_query_string, endpoint, get, #initialize, open_post, paginated, post, should_paginate, token

Methods included from AttrDSL

included

Constructor Details

This class inherits a constructor from Chiketto::Resource

Instance Attribute Details

#costObject

Returns the value of attribute cost.



3
4
5
# File 'lib/chiketto/ticket_class.rb', line 3

def cost
  @cost
end

#currencyObject

Returns the value of attribute currency.



3
4
5
# File 'lib/chiketto/ticket_class.rb', line 3

def currency
  @currency
end

#feeObject

Returns the value of attribute fee.



3
4
5
# File 'lib/chiketto/ticket_class.rb', line 3

def fee
  @fee
end

#freeObject

Returns the value of attribute free.



3
4
5
# File 'lib/chiketto/ticket_class.rb', line 3

def free
  @free
end

#maximum_quantityObject

Returns the value of attribute maximum_quantity.



3
4
5
# File 'lib/chiketto/ticket_class.rb', line 3

def maximum_quantity
  @maximum_quantity
end

#minimum_quantityObject

Returns the value of attribute minimum_quantity.



3
4
5
# File 'lib/chiketto/ticket_class.rb', line 3

def minimum_quantity
  @minimum_quantity
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/chiketto/ticket_class.rb', line 3

def name
  @name
end

#quantity_soldObject

Returns the value of attribute quantity_sold.



3
4
5
# File 'lib/chiketto/ticket_class.rb', line 3

def quantity_sold
  @quantity_sold
end

#quantity_totalObject

Returns the value of attribute quantity_total.



3
4
5
# File 'lib/chiketto/ticket_class.rb', line 3

def quantity_total
  @quantity_total
end