class Ravelin::Voucher
Attributes
creation_time[RW]
currency[RW]
custom[RW]
expiry[RW]
referral_value[RW]
referrer_id[RW]
value[RW]
voucher_code[RW]
voucher_id[RW]
voucher_type[RW]
Public Instance Methods
location=(obj)
click to toggle source
# File lib/ravelin/voucher.rb, line 16 def location=(obj) @location = Ravelin::Location.new(obj) end