Class: Booker::Models::Price

Inherits:
Model
  • Object
show all
Defined in:
lib/booker/models/price.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

constantize, from_hash, from_list, #initialize, time_from_booker_datetime, time_to_booker_datetime, timezone_from_booker_offset!, timezone_from_booker_timezone, #to_hash, #to_json, to_wday

Constructor Details

This class inherits a constructor from Booker::Models::Model

Instance Attribute Details

#AmountObject

Returns the value of attribute Amount.



4
5
6
# File 'lib/booker/models/price.rb', line 4

def Amount
  @Amount
end

#CurrencyCodeObject

Returns the value of attribute CurrencyCode.



4
5
6
# File 'lib/booker/models/price.rb', line 4

def CurrencyCode
  @CurrencyCode
end