Class: Yelp::Response::Model::GiftCertificateOption

Inherits:
Base
  • Object
show all
Defined in:
lib/yelp/responses/models/gift_certificate_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_priceObject (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

#priceObject (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