Class: Booker::V4::Models::Employee
- Defined in:
- lib/booker/v4/models/employee.rb
Constant Summary
Constants inherited from Model
Constants inherited from Model
Instance Attribute Summary collapse
-
#FirstName ⇒ Object
Returns the value of attribute FirstName.
-
#Gender ⇒ Object
Returns the value of attribute Gender.
-
#ID ⇒ Object
Returns the value of attribute ID.
-
#LastName ⇒ Object
Returns the value of attribute LastName.
-
#MobilePhone ⇒ Object
Returns the value of attribute MobilePhone.
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
#FirstName ⇒ Object
Returns the value of attribute FirstName.
5 6 7 |
# File 'lib/booker/v4/models/employee.rb', line 5 def FirstName @FirstName end |
#Gender ⇒ Object
Returns the value of attribute Gender.
5 6 7 |
# File 'lib/booker/v4/models/employee.rb', line 5 def Gender @Gender end |
#ID ⇒ Object
Returns the value of attribute ID.
5 6 7 |
# File 'lib/booker/v4/models/employee.rb', line 5 def ID @ID end |
#LastName ⇒ Object
Returns the value of attribute LastName.
5 6 7 |
# File 'lib/booker/v4/models/employee.rb', line 5 def LastName @LastName end |
#MobilePhone ⇒ Object
Returns the value of attribute MobilePhone.
5 6 7 |
# File 'lib/booker/v4/models/employee.rb', line 5 def MobilePhone @MobilePhone end |