Class: Booker::Models::User

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

#AllowAddProducts ⇒ Object

Returns the value of attribute AllowAddProducts.



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

def AllowAddProducts
  @AllowAddProducts
end

#AllowCancelAppointment ⇒ Object

Returns the value of attribute AllowCancelAppointment.



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

def AllowCancelAppointment
  @AllowCancelAppointment
end

#AllowCreateAppointment ⇒ Object

Returns the value of attribute AllowCreateAppointment.



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

def AllowCreateAppointment
  @AllowCreateAppointment
end

#AllowCreateAppointmentsInPast ⇒ Object

Returns the value of attribute AllowCreateAppointmentsInPast.



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

def AllowCreateAppointmentsInPast
  @AllowCreateAppointmentsInPast
end

#AllowCreateEmailCampaigns ⇒ Object

Returns the value of attribute AllowCreateEmailCampaigns.



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

def AllowCreateEmailCampaigns
  @AllowCreateEmailCampaigns
end

#AllowCreateEmployeeProfile ⇒ Object

Returns the value of attribute AllowCreateEmployeeProfile.



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

def AllowCreateEmployeeProfile
  @AllowCreateEmployeeProfile
end

#AllowCreateUserLogin ⇒ Object

Returns the value of attribute AllowCreateUserLogin.



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

def AllowCreateUserLogin
  @AllowCreateUserLogin
end

#AllowCustomizeColors ⇒ Object

Returns the value of attribute AllowCustomizeColors.



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

def AllowCustomizeColors
  @AllowCustomizeColors
end

#AllowDeleteEmployeeProfile ⇒ Object

Returns the value of attribute AllowDeleteEmployeeProfile.



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

def AllowDeleteEmployeeProfile
  @AllowDeleteEmployeeProfile
end

#AllowDeleteUserLogin ⇒ Object

Returns the value of attribute AllowDeleteUserLogin.



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

def AllowDeleteUserLogin
  @AllowDeleteUserLogin
end

#AllowEditAppointment ⇒ Object

Returns the value of attribute AllowEditAppointment.



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

def AllowEditAppointment
  @AllowEditAppointment
end

#AllowEditBusyTimeBlock ⇒ Object

Returns the value of attribute AllowEditBusyTimeBlock.



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

def AllowEditBusyTimeBlock
  @AllowEditBusyTimeBlock
end

#AllowEditClass ⇒ Object

Returns the value of attribute AllowEditClass.



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

def AllowEditClass
  @AllowEditClass
end

#AllowEditEmailTemplates ⇒ Object

Returns the value of attribute AllowEditEmailTemplates.



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

def AllowEditEmailTemplates
  @AllowEditEmailTemplates
end

#AllowEditEmployeeCompensationBenefits ⇒ Object

Returns the value of attribute AllowEditEmployeeCompensationBenefits.



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

def AllowEditEmployeeCompensationBenefits
  @AllowEditEmployeeCompensationBenefits
end

#AllowEditEmployeeContractorInfo ⇒ Object

Returns the value of attribute AllowEditEmployeeContractorInfo.



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

def AllowEditEmployeeContractorInfo
  @AllowEditEmployeeContractorInfo
end

#AllowEditEmployeeGroupAssignment ⇒ Object

Returns the value of attribute AllowEditEmployeeGroupAssignment.



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

def AllowEditEmployeeGroupAssignment
  @AllowEditEmployeeGroupAssignment
end

#AllowEditEmployeeProfile ⇒ Object

Returns the value of attribute AllowEditEmployeeProfile.



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

def AllowEditEmployeeProfile
  @AllowEditEmployeeProfile
end

#AllowEditEmployeeRegularSchedule ⇒ Object

Returns the value of attribute AllowEditEmployeeRegularSchedule.



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

def AllowEditEmployeeRegularSchedule
  @AllowEditEmployeeRegularSchedule
end

#AllowEditEmployeeServices ⇒ Object

Returns the value of attribute AllowEditEmployeeServices.



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

def AllowEditEmployeeServices
  @AllowEditEmployeeServices
end

#AllowEditGCTemplates ⇒ Object

Returns the value of attribute AllowEditGCTemplates.



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

def AllowEditGCTemplates
  @AllowEditGCTemplates
end

#AllowEditSchedule ⇒ Object

Returns the value of attribute AllowEditSchedule.



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

def AllowEditSchedule
  @AllowEditSchedule
end

#AllowEditUserLogin ⇒ Object

Returns the value of attribute AllowEditUserLogin.



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

def AllowEditUserLogin
  @AllowEditUserLogin
end

#AllowEditUserLoginOnly ⇒ Object

Returns the value of attribute AllowEditUserLoginOnly.



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

def AllowEditUserLoginOnly
  @AllowEditUserLoginOnly
end

#AllowLoyaltyRewards ⇒ Object

Returns the value of attribute AllowLoyaltyRewards.



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

def AllowLoyaltyRewards
  @AllowLoyaltyRewards
end

#AllowLoyaltyRewardsEdit ⇒ Object

Returns the value of attribute AllowLoyaltyRewardsEdit.



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

def AllowLoyaltyRewardsEdit
  @AllowLoyaltyRewardsEdit
end

#AllowModifySchedule ⇒ Object

Returns the value of attribute AllowModifySchedule.



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

def AllowModifySchedule
  @AllowModifySchedule
end

#AllowOrderRefund ⇒ Object

Returns the value of attribute AllowOrderRefund.



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

def AllowOrderRefund
  @AllowOrderRefund
end

#AllowOrderVoid ⇒ Object

Returns the value of attribute AllowOrderVoid.



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

def AllowOrderVoid
  @AllowOrderVoid
end

#AllowOverrideGCSeriesBalance ⇒ Object

Returns the value of attribute AllowOverrideGCSeriesBalance.



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

def AllowOverrideGCSeriesBalance
  @AllowOverrideGCSeriesBalance
end

#AllowOverrideInventory ⇒ Object

Returns the value of attribute AllowOverrideInventory.



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

def AllowOverrideInventory
  @AllowOverrideInventory
end

#AllowOverrideOrderItemPrice ⇒ Object

Returns the value of attribute AllowOverrideOrderItemPrice.



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

def AllowOverrideOrderItemPrice
  @AllowOverrideOrderItemPrice
end

#AllowOverrideTax ⇒ Object

Returns the value of attribute AllowOverrideTax.



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

def AllowOverrideTax
  @AllowOverrideTax
end

#AllowSpecials ⇒ Object

Returns the value of attribute AllowSpecials.



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

def AllowSpecials
  @AllowSpecials
end

#AllowSpecialsCreate ⇒ Object

Returns the value of attribute AllowSpecialsCreate.



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

def AllowSpecialsCreate
  @AllowSpecialsCreate
end

#AllowSpecialsDelete ⇒ Object

Returns the value of attribute AllowSpecialsDelete.



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

def AllowSpecialsDelete
  @AllowSpecialsDelete
end

#AllowSpecialsEdit ⇒ Object

Returns the value of attribute AllowSpecialsEdit.



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

def AllowSpecialsEdit
  @AllowSpecialsEdit
end

#AllowSpecialsShowView ⇒ Object

Returns the value of attribute AllowSpecialsShowView.



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

def AllowSpecialsShowView
  @AllowSpecialsShowView
end

#AllowTweetFacebookAsBusiness ⇒ Object

Returns the value of attribute AllowTweetFacebookAsBusiness.



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

def AllowTweetFacebookAsBusiness
  @AllowTweetFacebookAsBusiness
end

#AllowViewAllSchedules ⇒ Object

Returns the value of attribute AllowViewAllSchedules.



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

def AllowViewAllSchedules
  @AllowViewAllSchedules
end

#AllowViewAppointments ⇒ Object

Returns the value of attribute AllowViewAppointments.



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

def AllowViewAppointments
  @AllowViewAppointments
end

#AllowViewCreditCardNumber ⇒ Object

Returns the value of attribute AllowViewCreditCardNumber.



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

def AllowViewCreditCardNumber
  @AllowViewCreditCardNumber
end

#AllowViewCustomerInfo ⇒ Object

Returns the value of attribute AllowViewCustomerInfo.



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

def AllowViewCustomerInfo
  @AllowViewCustomerInfo
end

#AllowViewDashBoard ⇒ Object

Returns the value of attribute AllowViewDashBoard.



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

def AllowViewDashBoard
  @AllowViewDashBoard
end

#AllowViewOrders ⇒ Object

Returns the value of attribute AllowViewOrders.



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

def AllowViewOrders
  @AllowViewOrders
end

#BrandID ⇒ Object

Returns the value of attribute BrandID.



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

def BrandID
  @BrandID
end

#DateCreated ⇒ Object

Returns the value of attribute DateCreated.



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

def DateCreated
  @DateCreated
end

#Email ⇒ Object

Returns the value of attribute Email.



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

def Email
  @Email
end

#EmployeeID ⇒ Object

Returns the value of attribute EmployeeID.



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

def EmployeeID
  @EmployeeID
end

#FirstName ⇒ Object

Returns the value of attribute FirstName.



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

def FirstName
  @FirstName
end

#ID ⇒ Object

Returns the value of attribute ID.



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

def ID
  @ID
end

#IsAccountManager ⇒ Object

Returns the value of attribute IsAccountManager.



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

def IsAccountManager
  @IsAccountManager
end

#IsAdministrator ⇒ Object

Returns the value of attribute IsAdministrator.



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

def IsAdministrator
  @IsAdministrator
end

#IsAdministratorAdmin ⇒ Object

Returns the value of attribute IsAdministratorAdmin.



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

def IsAdministratorAdmin
  @IsAdministratorAdmin
end

#IsAnyAdmin ⇒ Object

Returns the value of attribute IsAnyAdmin.



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

def IsAnyAdmin
  @IsAnyAdmin
end

#IsBrandReservationist ⇒ Object

Returns the value of attribute IsBrandReservationist.



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

def IsBrandReservationist
  @IsBrandReservationist
end

#IsImplementator ⇒ Object

Returns the value of attribute IsImplementator.



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

def IsImplementator
  @IsImplementator
end

#IsReservationist ⇒ Object

Returns the value of attribute IsReservationist.



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

def IsReservationist
  @IsReservationist
end

#IsReservationistAndAllowModifyTimeClocks ⇒ Object

Returns the value of attribute IsReservationistAndAllowModifyTimeClocks.



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

def IsReservationistAndAllowModifyTimeClocks
  @IsReservationistAndAllowModifyTimeClocks
end

#IsReservationistOrTechnician ⇒ Object

Returns the value of attribute IsReservationistOrTechnician.



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

def IsReservationistOrTechnician
  @IsReservationistOrTechnician
end

#IsSuperAdministrator ⇒ Object

Returns the value of attribute IsSuperAdministrator.



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

def IsSuperAdministrator
  @IsSuperAdministrator
end

#IsTechnician ⇒ Object

Returns the value of attribute IsTechnician.



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

def IsTechnician
  @IsTechnician
end

#IsTranslator ⇒ Object

Returns the value of attribute IsTranslator.



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

def IsTranslator
  @IsTranslator
end

#LastName ⇒ Object

Returns the value of attribute LastName.



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

def LastName
  @LastName
end

#LocationID ⇒ Object

Returns the value of attribute LocationID.



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

def LocationID
  @LocationID
end

#RoleNames ⇒ Object

Returns the value of attribute RoleNames.



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

def RoleNames
  @RoleNames
end

#Username ⇒ Object

Returns the value of attribute Username.



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

def Username
  @Username
end