Class: Yelp::Response::Model::DealOption
- Defined in:
- lib/yelp/responses/models/deal_option.rb
Instance Attribute Summary collapse
-
#formatted_original_price ⇒ Object
readonly
Returns the value of attribute formatted_original_price.
-
#formatted_price ⇒ Object
readonly
Returns the value of attribute formatted_price.
-
#is_quantity_limited ⇒ Object
readonly
Returns the value of attribute is_quantity_limited.
-
#original_price ⇒ Object
readonly
Returns the value of attribute original_price.
-
#price ⇒ Object
readonly
Returns the value of attribute price.
-
#purchase_url ⇒ Object
readonly
Returns the value of attribute purchase_url.
-
#remaining_count ⇒ Object
readonly
Returns the value of attribute remaining_count.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Yelp::Response::Base
Instance Attribute Details
#formatted_original_price ⇒ Object (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_price ⇒ Object (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_limited ⇒ Object (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_price ⇒ Object (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 |
#price ⇒ Object (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_url ⇒ Object (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_count ⇒ Object (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 |
#title ⇒ Object (readonly)
Returns the value of attribute title.
7 8 9 |
# File 'lib/yelp/responses/models/deal_option.rb', line 7 def title @title end |