Class: Booker::Models::DynamicPrice

Inherits:
Model
  • Object
show all
Defined in:
lib/booker/models/dynamic_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

#DiscountObject

Returns the value of attribute Discount.



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

def Discount
  @Discount
end

#FinalPriceObject

Returns the value of attribute FinalPrice.



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

def FinalPrice
  @FinalPrice
end

#OriginalPriceObject

Returns the value of attribute OriginalPrice.



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

def OriginalPrice
  @OriginalPrice
end

#OriginalTagPriceObject

Returns the value of attribute OriginalTagPrice.



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

def OriginalTagPrice
  @OriginalTagPrice
end

#ReceiptDisplayPriceObject

Returns the value of attribute ReceiptDisplayPrice.



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

def ReceiptDisplayPrice
  @ReceiptDisplayPrice
end