Class: Booker::V4::Models::Special
- Defined in:
- lib/booker/v4/models/special.rb
Constant Summary
Constants inherited from Model
Constants inherited from Model
Instance Attribute Summary collapse
-
#AdjustmentType ⇒ Object
Returns the value of attribute AdjustmentType.
-
#ApplicableEndDate ⇒ Object
Returns the value of attribute ApplicableEndDate.
-
#ApplicableEndDateOffset ⇒ Object
Returns the value of attribute ApplicableEndDateOffset.
-
#ApplicableStartDate ⇒ Object
Returns the value of attribute ApplicableStartDate.
-
#ApplicableStartDateOffset ⇒ Object
Returns the value of attribute ApplicableStartDateOffset.
-
#ApplicationItemIDs ⇒ Object
Returns the value of attribute ApplicationItemIDs.
-
#AvailableRedemptions ⇒ Object
Returns the value of attribute AvailableRedemptions.
-
#BookingEndDate ⇒ Object
Returns the value of attribute BookingEndDate.
-
#BookingEndDateOffset ⇒ Object
Returns the value of attribute BookingEndDateOffset.
-
#BookingStartDate ⇒ Object
Returns the value of attribute BookingStartDate.
-
#BookingStartDateOffset ⇒ Object
Returns the value of attribute BookingStartDateOffset.
-
#CanCustomerDirectBook ⇒ Object
Returns the value of attribute CanCustomerDirectBook.
-
#CombinationRules ⇒ Object
Returns the value of attribute CombinationRules.
-
#CouponCode ⇒ Object
Returns the value of attribute CouponCode.
-
#Description ⇒ Object
Returns the value of attribute Description.
-
#DiscountAmount ⇒ Object
Returns the value of attribute DiscountAmount.
-
#DiscountType ⇒ Object
Returns the value of attribute DiscountType.
-
#HasFreeItems ⇒ Object
Returns the value of attribute HasFreeItems.
-
#HasTreatment ⇒ Object
Returns the value of attribute HasTreatment.
-
#HideOnInvoicesAndReceipts ⇒ Object
Returns the value of attribute HideOnInvoicesAndReceipts.
-
#ID ⇒ Object
Returns the value of attribute ID.
-
#IsExclusiveWithAll ⇒ Object
Returns the value of attribute IsExclusiveWithAll.
-
#IsExclusiveWithAny ⇒ Object
Returns the value of attribute IsExclusiveWithAny.
-
#LocationID ⇒ Object
Returns the value of attribute LocationID.
-
#MaxRedemptions ⇒ Object
Returns the value of attribute MaxRedemptions.
-
#Name ⇒ Object
Returns the value of attribute Name.
-
#PhotoUrl ⇒ Object
Returns the value of attribute PhotoUrl.
-
#PriceRanges ⇒ Object
Returns the value of attribute PriceRanges.
-
#PriceRangeScope ⇒ Object
Returns the value of attribute PriceRangeScope.
-
#ShortUrl ⇒ Object
Returns the value of attribute ShortUrl.
-
#TimeOfDayEnd ⇒ Object
Returns the value of attribute TimeOfDayEnd.
-
#TimeOfDayEndOffset ⇒ Object
Returns the value of attribute TimeOfDayEndOffset.
-
#TimeOfDayStart ⇒ Object
Returns the value of attribute TimeOfDayStart.
-
#TimeOfDayStartOffset ⇒ Object
Returns the value of attribute TimeOfDayStartOffset.
-
#Type ⇒ Object
Returns the value of attribute Type.
-
#UsedRedemptions ⇒ Object
Returns the value of attribute UsedRedemptions.
-
#UsePriceRanges ⇒ Object
Returns the value of attribute UsePriceRanges.
-
#WeekDays ⇒ Object
Returns the value of attribute WeekDays.
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
#AdjustmentType ⇒ Object
Returns the value of attribute AdjustmentType.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def AdjustmentType @AdjustmentType end |
#ApplicableEndDate ⇒ Object
Returns the value of attribute ApplicableEndDate.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def ApplicableEndDate @ApplicableEndDate end |
#ApplicableEndDateOffset ⇒ Object
Returns the value of attribute ApplicableEndDateOffset.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def ApplicableEndDateOffset @ApplicableEndDateOffset end |
#ApplicableStartDate ⇒ Object
Returns the value of attribute ApplicableStartDate.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def ApplicableStartDate @ApplicableStartDate end |
#ApplicableStartDateOffset ⇒ Object
Returns the value of attribute ApplicableStartDateOffset.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def ApplicableStartDateOffset @ApplicableStartDateOffset end |
#ApplicationItemIDs ⇒ Object
Returns the value of attribute ApplicationItemIDs.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def ApplicationItemIDs @ApplicationItemIDs end |
#AvailableRedemptions ⇒ Object
Returns the value of attribute AvailableRedemptions.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def AvailableRedemptions @AvailableRedemptions end |
#BookingEndDate ⇒ Object
Returns the value of attribute BookingEndDate.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def BookingEndDate @BookingEndDate end |
#BookingEndDateOffset ⇒ Object
Returns the value of attribute BookingEndDateOffset.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def BookingEndDateOffset @BookingEndDateOffset end |
#BookingStartDate ⇒ Object
Returns the value of attribute BookingStartDate.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def BookingStartDate @BookingStartDate end |
#BookingStartDateOffset ⇒ Object
Returns the value of attribute BookingStartDateOffset.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def BookingStartDateOffset @BookingStartDateOffset end |
#CanCustomerDirectBook ⇒ Object
Returns the value of attribute CanCustomerDirectBook.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def CanCustomerDirectBook @CanCustomerDirectBook end |
#CombinationRules ⇒ Object
Returns the value of attribute CombinationRules.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def CombinationRules @CombinationRules end |
#CouponCode ⇒ Object
Returns the value of attribute CouponCode.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def CouponCode @CouponCode end |
#Description ⇒ Object
Returns the value of attribute Description.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def Description @Description end |
#DiscountAmount ⇒ Object
Returns the value of attribute DiscountAmount.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def DiscountAmount @DiscountAmount end |
#DiscountType ⇒ Object
Returns the value of attribute DiscountType.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def DiscountType @DiscountType end |
#HasFreeItems ⇒ Object
Returns the value of attribute HasFreeItems.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def HasFreeItems @HasFreeItems end |
#HasTreatment ⇒ Object
Returns the value of attribute HasTreatment.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def HasTreatment @HasTreatment end |
#HideOnInvoicesAndReceipts ⇒ Object
Returns the value of attribute HideOnInvoicesAndReceipts.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def HideOnInvoicesAndReceipts @HideOnInvoicesAndReceipts end |
#ID ⇒ Object
Returns the value of attribute ID.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def ID @ID end |
#IsExclusiveWithAll ⇒ Object
Returns the value of attribute IsExclusiveWithAll.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def IsExclusiveWithAll @IsExclusiveWithAll end |
#IsExclusiveWithAny ⇒ Object
Returns the value of attribute IsExclusiveWithAny.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def IsExclusiveWithAny @IsExclusiveWithAny end |
#LocationID ⇒ Object
Returns the value of attribute LocationID.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def LocationID @LocationID end |
#MaxRedemptions ⇒ Object
Returns the value of attribute MaxRedemptions.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def MaxRedemptions @MaxRedemptions end |
#Name ⇒ Object
Returns the value of attribute Name.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def Name @Name end |
#PhotoUrl ⇒ Object
Returns the value of attribute PhotoUrl.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def PhotoUrl @PhotoUrl end |
#PriceRanges ⇒ Object
Returns the value of attribute PriceRanges.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def PriceRanges @PriceRanges end |
#PriceRangeScope ⇒ Object
Returns the value of attribute PriceRangeScope.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def PriceRangeScope @PriceRangeScope end |
#ShortUrl ⇒ Object
Returns the value of attribute ShortUrl.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def ShortUrl @ShortUrl end |
#TimeOfDayEnd ⇒ Object
Returns the value of attribute TimeOfDayEnd.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def TimeOfDayEnd @TimeOfDayEnd end |
#TimeOfDayEndOffset ⇒ Object
Returns the value of attribute TimeOfDayEndOffset.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def TimeOfDayEndOffset @TimeOfDayEndOffset end |
#TimeOfDayStart ⇒ Object
Returns the value of attribute TimeOfDayStart.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def TimeOfDayStart @TimeOfDayStart end |
#TimeOfDayStartOffset ⇒ Object
Returns the value of attribute TimeOfDayStartOffset.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def TimeOfDayStartOffset @TimeOfDayStartOffset end |
#Type ⇒ Object
Returns the value of attribute Type.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def Type @Type end |
#UsedRedemptions ⇒ Object
Returns the value of attribute UsedRedemptions.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def UsedRedemptions @UsedRedemptions end |
#UsePriceRanges ⇒ Object
Returns the value of attribute UsePriceRanges.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def UsePriceRanges @UsePriceRanges end |
#WeekDays ⇒ Object
Returns the value of attribute WeekDays.
5 6 7 |
# File 'lib/booker/v4/models/special.rb', line 5 def WeekDays @WeekDays end |