Class: Booker::Models::OnlineBookingSettings

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

#AllowCancelAppointmentsObject

Returns the value of attribute AllowCancelAppointments.



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

def AllowCancelAppointments
  @AllowCancelAppointments
end

#AppointmentStartTimeIntervalObject

Returns the value of attribute AppointmentStartTimeInterval.



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

def AppointmentStartTimeInterval
  @AppointmentStartTimeInterval
end

#BackgroundImageUrlObject

Returns the value of attribute BackgroundImageUrl.



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

def BackgroundImageUrl
  @BackgroundImageUrl
end

#BillingAddressRequiredObject

Returns the value of attribute BillingAddressRequired.



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

def BillingAddressRequired
  @BillingAddressRequired
end

#BusinessLogoUrlObject

Returns the value of attribute BusinessLogoUrl.



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

def BusinessLogoUrl
  @BusinessLogoUrl
end

#GoogleAnalyticsCodeObject

Returns the value of attribute GoogleAnalyticsCode.



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

def GoogleAnalyticsCode
  @GoogleAnalyticsCode
end

#MaximumResultsPerDayObject

Returns the value of attribute MaximumResultsPerDay.



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

def MaximumResultsPerDay
  @MaximumResultsPerDay
end

#NewAppointmentCutOffIntervalObject

Returns the value of attribute NewAppointmentCutOffInterval.



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

def NewAppointmentCutOffInterval
  @NewAppointmentCutOffInterval
end

#PaymentMethodsObject

Returns the value of attribute PaymentMethods.



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

def PaymentMethods
  @PaymentMethods
end

#PreAuthorizeCreditCardObject

Returns the value of attribute PreAuthorizeCreditCard.



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

def PreAuthorizeCreditCard
  @PreAuthorizeCreditCard
end

#PreferredAppointmentTimesObject

Returns the value of attribute PreferredAppointmentTimes.



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

def PreferredAppointmentTimes
  @PreferredAppointmentTimes
end

#RequireCustomerGenderObject

Returns the value of attribute RequireCustomerGender.



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

def RequireCustomerGender
  @RequireCustomerGender
end

#RequirePaymentInformationObject

Returns the value of attribute RequirePaymentInformation.



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

def RequirePaymentInformation
  @RequirePaymentInformation
end

#RequireStreetAddressObject

Returns the value of attribute RequireStreetAddress.



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

def RequireStreetAddress
  @RequireStreetAddress
end

#SelectTechnicianObject

Returns the value of attribute SelectTechnician.



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

def SelectTechnician
  @SelectTechnician
end

#SelectTechnicianGenderObject

Returns the value of attribute SelectTechnicianGender.



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

def SelectTechnicianGender
  @SelectTechnicianGender
end

#UsePreferredAppointmentTimesObject

Returns the value of attribute UsePreferredAppointmentTimes.



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

def UsePreferredAppointmentTimes
  @UsePreferredAppointmentTimes
end