Class: Booker::V4::Models::EmployeeTreatment

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

#EmployeeIDObject

Returns the value of attribute EmployeeID.



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

def EmployeeID
  @EmployeeID
end

#FinishTimeDurationObject

Returns the value of attribute FinishTimeDuration.



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

def FinishTimeDuration
  @FinishTimeDuration
end

#ProcessingTimeDurationObject

Returns the value of attribute ProcessingTimeDuration.



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

def ProcessingTimeDuration
  @ProcessingTimeDuration
end

#RequestedPriceObject

Returns the value of attribute RequestedPrice.



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

def RequestedPrice
  @RequestedPrice
end

#TotalDurationObject

Returns the value of attribute TotalDuration.



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

def TotalDuration
  @TotalDuration
end

#TreatmentDurationObject

Returns the value of attribute TreatmentDuration.



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

def TreatmentDuration
  @TreatmentDuration
end