Class: Yelp::Response::Model::DealOption

Inherits:
Base
  • Object
show all
Defined in:
lib/yelp/responses/models/deal_option.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Yelp::Response::Base

Instance Attribute Details

#formatted_original_priceObject (readonly)

Returns the value of attribute formatted_original_price.



7
8
9
# File 'lib/yelp/responses/models/deal_option.rb', line 7

def formatted_original_price
  @formatted_original_price
end

#formatted_priceObject (readonly)

Returns the value of attribute formatted_price.



7
8
9
# File 'lib/yelp/responses/models/deal_option.rb', line 7

def formatted_price
  @formatted_price
end

#is_quantity_limitedObject (readonly)

Returns the value of attribute is_quantity_limited.



7
8
9
# File 'lib/yelp/responses/models/deal_option.rb', line 7

def is_quantity_limited
  @is_quantity_limited
end

#original_priceObject (readonly)

Returns the value of attribute original_price.



7
8
9
# File 'lib/yelp/responses/models/deal_option.rb', line 7

def original_price
  @original_price
end

#priceObject (readonly)

Returns the value of attribute price.



7
8
9
# File 'lib/yelp/responses/models/deal_option.rb', line 7

def price
  @price
end

#purchase_urlObject (readonly)

Returns the value of attribute purchase_url.



7
8
9
# File 'lib/yelp/responses/models/deal_option.rb', line 7

def purchase_url
  @purchase_url
end

#remaining_countObject (readonly)

Returns the value of attribute remaining_count.



7
8
9
# File 'lib/yelp/responses/models/deal_option.rb', line 7

def remaining_count
  @remaining_count
end

#titleObject (readonly)

Returns the value of attribute title.



7
8
9
# File 'lib/yelp/responses/models/deal_option.rb', line 7

def title
  @title
end