Class: Booker::V4::Models::OnlineBookingSettings

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

Constant Summary

Constants inherited from Model

Model::CONSTANTIZE_MODULE

Constants inherited from Model

Model::CONSTANTIZE_MODULE

Instance Attribute Summary collapse

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

#AllowCancelAppointmentsObject

Returns the value of attribute AllowCancelAppointments.



5
6
7
# File 'lib/booker/v4/models/online_booking_settings.rb', line 5

def AllowCancelAppointments
  @AllowCancelAppointments
end

#AppointmentStartTimeIntervalObject

Returns the value of attribute AppointmentStartTimeInterval.



5
6
7
# File 'lib/booker/v4/models/online_booking_settings.rb', line 5

def AppointmentStartTimeInterval
  @AppointmentStartTimeInterval
end

#BackgroundImageUrlObject

Returns the value of attribute BackgroundImageUrl.



5
6
7
# File 'lib/booker/v4/models/online_booking_settings.rb', line 5

def BackgroundImageUrl
  @BackgroundImageUrl
end

#BillingAddressRequiredObject

Returns the value of attribute BillingAddressRequired.



5
6
7
# File 'lib/booker/v4/models/online_booking_settings.rb', line 5

def BillingAddressRequired
  @BillingAddressRequired
end

#BusinessLogoUrlObject

Returns the value of attribute BusinessLogoUrl.



5
6
7
# File 'lib/booker/v4/models/online_booking_settings.rb', line 5

def BusinessLogoUrl
  @BusinessLogoUrl
end

#GoogleAnalyticsCodeObject

Returns the value of attribute GoogleAnalyticsCode.



5
6
7
# File 'lib/booker/v4/models/online_booking_settings.rb', line 5

def GoogleAnalyticsCode
  @GoogleAnalyticsCode
end

#MaximumResultsPerDayObject

Returns the value of attribute MaximumResultsPerDay.



5
6
7
# File 'lib/booker/v4/models/online_booking_settings.rb', line 5

def MaximumResultsPerDay
  @MaximumResultsPerDay
end

#NewAppointmentCutOffIntervalObject

Returns the value of attribute NewAppointmentCutOffInterval.



5
6
7
# File 'lib/booker/v4/models/online_booking_settings.rb', line 5

def NewAppointmentCutOffInterval
  @NewAppointmentCutOffInterval
end

#PaymentMethodsObject

Returns the value of attribute PaymentMethods.



5
6
7
# File 'lib/booker/v4/models/online_booking_settings.rb', line 5

def PaymentMethods
  @PaymentMethods
end

#PreAuthorizeCreditCardObject

Returns the value of attribute PreAuthorizeCreditCard.



5
6
7
# File 'lib/booker/v4/models/online_booking_settings.rb', line 5

def PreAuthorizeCreditCard
  @PreAuthorizeCreditCard
end

#PreferredAppointmentTimesObject

Returns the value of attribute PreferredAppointmentTimes.



5
6
7
# File 'lib/booker/v4/models/online_booking_settings.rb', line 5

def PreferredAppointmentTimes
  @PreferredAppointmentTimes
end

#RequireCustomerGenderObject

Returns the value of attribute RequireCustomerGender.



5
6
7
# File 'lib/booker/v4/models/online_booking_settings.rb', line 5

def RequireCustomerGender
  @RequireCustomerGender
end

#RequirePaymentInformationObject

Returns the value of attribute RequirePaymentInformation.



5
6
7
# File 'lib/booker/v4/models/online_booking_settings.rb', line 5

def RequirePaymentInformation
  @RequirePaymentInformation
end

#RequireStreetAddressObject

Returns the value of attribute RequireStreetAddress.



5
6
7
# File 'lib/booker/v4/models/online_booking_settings.rb', line 5

def RequireStreetAddress
  @RequireStreetAddress
end

#SelectTechnicianObject

Returns the value of attribute SelectTechnician.



5
6
7
# File 'lib/booker/v4/models/online_booking_settings.rb', line 5

def SelectTechnician
  @SelectTechnician
end

#SelectTechnicianGenderObject

Returns the value of attribute SelectTechnicianGender.



5
6
7
# File 'lib/booker/v4/models/online_booking_settings.rb', line 5

def SelectTechnicianGender
  @SelectTechnicianGender
end

#UsePreferredAppointmentTimesObject

Returns the value of attribute UsePreferredAppointmentTimes.



5
6
7
# File 'lib/booker/v4/models/online_booking_settings.rb', line 5

def UsePreferredAppointmentTimes
  @UsePreferredAppointmentTimes
end