Class: Booker::V4::Models::AvailableTime

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

Direct Known Subclasses

TreatmentTimeSlot

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

#CurrentPriceObject

Returns the value of attribute CurrentPrice.



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

def CurrentPrice
  @CurrentPrice
end

#DurationObject

Returns the value of attribute Duration.



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

def Duration
  @Duration
end

#Employee2IDObject

Returns the value of attribute Employee2ID.



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

def Employee2ID
  @Employee2ID
end

#EmployeeIDObject

Returns the value of attribute EmployeeID.



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

def EmployeeID
  @EmployeeID
end

#RoomIDObject

Returns the value of attribute RoomID.



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

def RoomID
  @RoomID
end

#StartDateTimeObject

Returns the value of attribute StartDateTime.



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

def StartDateTime
  @StartDateTime
end

#TreatmentIDObject

Returns the value of attribute TreatmentID.



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

def TreatmentID
  @TreatmentID
end