Class: Yelp::Response::Model::GiftCertificateOption
- Defined in:
- lib/yelp/responses/models/gift_certificate_option.rb
Instance Attribute Summary collapse
-
#formatted_price ⇒ Object
readonly
Returns the value of attribute formatted_price.
-
#price ⇒ Object
readonly
Returns the value of attribute price.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Yelp::Response::Base
Instance Attribute Details
#formatted_price ⇒ Object (readonly)
Returns the value of attribute formatted_price.
7 8 9 |
# File 'lib/yelp/responses/models/gift_certificate_option.rb', line 7 def formatted_price @formatted_price end |
#price ⇒ Object (readonly)
Returns the value of attribute price.
7 8 9 |
# File 'lib/yelp/responses/models/gift_certificate_option.rb', line 7 def price @price end |