Class: Booker::Models::AvailableTime

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

Direct Known Subclasses

TreatmentTimeSlot

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

#CurrentPrice ⇒ Object

Returns the value of attribute CurrentPrice.



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

def CurrentPrice
  @CurrentPrice
end

#Duration ⇒ Object

Returns the value of attribute Duration.



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

def Duration
  @Duration
end

#Employee2ID ⇒ Object

Returns the value of attribute Employee2ID.



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

def Employee2ID
  @Employee2ID
end

#EmployeeID ⇒ Object

Returns the value of attribute EmployeeID.



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

def EmployeeID
  @EmployeeID
end

#RoomID ⇒ Object

Returns the value of attribute RoomID.



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

def RoomID
  @RoomID
end

#StartDateTime ⇒ Object

Returns the value of attribute StartDateTime.



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

def StartDateTime
  @StartDateTime
end

#TreatmentID ⇒ Object

Returns the value of attribute TreatmentID.



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

def TreatmentID
  @TreatmentID
end