Class: Booker::V4::Models::PriceRange
- Defined in:
- lib/booker/v4/models/price_range.rb
Constant Summary
Constants inherited from Model
Constants inherited from Model
Instance Attribute Summary collapse
-
#DiscountAmount ⇒ Object
Returns the value of attribute DiscountAmount.
-
#DiscountType ⇒ Object
Returns the value of attribute DiscountType.
-
#From ⇒ Object
Returns the value of attribute From.
-
#To ⇒ Object
Returns the value of attribute To.
Method Summary
Methods included from Concerns::DateTimeConcern
#time_from_booker_datetime, #time_to_booker_datetime, #timezone_from_booker_offset!, #timezone_from_booker_timezone, #to_wday
Methods inherited from Model
constantize, from_hash, from_list, #initialize, #to_hash, #to_json
Constructor Details
This class inherits a constructor from Booker::Model
Instance Attribute Details
#DiscountAmount ⇒ Object
Returns the value of attribute DiscountAmount.
5 6 7 |
# File 'lib/booker/v4/models/price_range.rb', line 5 def DiscountAmount @DiscountAmount end |
#DiscountType ⇒ Object
Returns the value of attribute DiscountType.
5 6 7 |
# File 'lib/booker/v4/models/price_range.rb', line 5 def DiscountType @DiscountType end |
#From ⇒ Object
Returns the value of attribute From.
5 6 7 |
# File 'lib/booker/v4/models/price_range.rb', line 5 def From @From end |
#To ⇒ Object
Returns the value of attribute To.
5 6 7 |
# File 'lib/booker/v4/models/price_range.rb', line 5 def To @To end |