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 inherited from Model

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

#AllowCancelAppointments ⇒ Object

Returns the value of attribute AllowCancelAppointments.



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

def AllowCancelAppointments
  @AllowCancelAppointments
end

#AppointmentStartTimeInterval ⇒ Object

Returns the value of attribute AppointmentStartTimeInterval.



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

def AppointmentStartTimeInterval
  @AppointmentStartTimeInterval
end

#BackgroundImageUrl ⇒ Object

Returns the value of attribute BackgroundImageUrl.



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

def BackgroundImageUrl
  @BackgroundImageUrl
end

#BillingAddressRequired ⇒ Object

Returns the value of attribute BillingAddressRequired.



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

def BillingAddressRequired
  @BillingAddressRequired
end

#BusinessLogoUrl ⇒ Object

Returns the value of attribute BusinessLogoUrl.



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

def BusinessLogoUrl
  @BusinessLogoUrl
end

#GoogleAnalyticsCode ⇒ Object

Returns the value of attribute GoogleAnalyticsCode.



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

def GoogleAnalyticsCode
  @GoogleAnalyticsCode
end

#MaximumResultsPerDay ⇒ Object

Returns the value of attribute MaximumResultsPerDay.



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

def MaximumResultsPerDay
  @MaximumResultsPerDay
end

#NewAppointmentCutOffInterval ⇒ Object

Returns the value of attribute NewAppointmentCutOffInterval.



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

def NewAppointmentCutOffInterval
  @NewAppointmentCutOffInterval
end

#PaymentMethods ⇒ Object

Returns the value of attribute PaymentMethods.



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

def PaymentMethods
  @PaymentMethods
end

#PreAuthorizeCreditCard ⇒ Object

Returns the value of attribute PreAuthorizeCreditCard.



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

def PreAuthorizeCreditCard
  @PreAuthorizeCreditCard
end

#PreferredAppointmentTimes ⇒ Object

Returns the value of attribute PreferredAppointmentTimes.



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

def PreferredAppointmentTimes
  @PreferredAppointmentTimes
end

#RequireCustomerGender ⇒ Object

Returns the value of attribute RequireCustomerGender.



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

def RequireCustomerGender
  @RequireCustomerGender
end

#RequirePaymentInformation ⇒ Object

Returns the value of attribute RequirePaymentInformation.



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

def RequirePaymentInformation
  @RequirePaymentInformation
end

#RequireStreetAddress ⇒ Object

Returns the value of attribute RequireStreetAddress.



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

def RequireStreetAddress
  @RequireStreetAddress
end

#SelectTechnician ⇒ Object

Returns the value of attribute SelectTechnician.



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

def SelectTechnician
  @SelectTechnician
end

#SelectTechnicianGender ⇒ Object

Returns the value of attribute SelectTechnicianGender.



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

def SelectTechnicianGender
  @SelectTechnicianGender
end

#UsePreferredAppointmentTimes ⇒ Object

Returns the value of attribute UsePreferredAppointmentTimes.



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

def UsePreferredAppointmentTimes
  @UsePreferredAppointmentTimes
end