Class: Supersaas::Slot
- Defined in:
- lib/supersaas-api-client/models/slot.rb
Instance Attribute Summary collapse
-
#bookings ⇒ Object
Returns the value of attribute bookings.
-
#count ⇒ Object
Returns the value of attribute count.
-
#description ⇒ Object
Returns the value of attribute description.
-
#finish ⇒ Object
Returns the value of attribute finish.
-
#id ⇒ Object
Returns the value of attribute id.
-
#location ⇒ Object
Returns the value of attribute location.
-
#name ⇒ Object
Returns the value of attribute name.
-
#start ⇒ Object
Returns the value of attribute start.
-
#title ⇒ Object
Returns the value of attribute title.
Attributes inherited from BaseModel
Method Summary
Methods inherited from BaseModel
Constructor Details
This class inherits a constructor from Supersaas::BaseModel
Instance Attribute Details
#bookings ⇒ Object
Returns the value of attribute bookings.
6 7 8 |
# File 'lib/supersaas-api-client/models/slot.rb', line 6 def bookings @bookings end |
#count ⇒ Object
Returns the value of attribute count.
5 6 7 |
# File 'lib/supersaas-api-client/models/slot.rb', line 5 def count @count end |
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/supersaas-api-client/models/slot.rb', line 5 def description @description end |
#finish ⇒ Object
Returns the value of attribute finish.
5 6 7 |
# File 'lib/supersaas-api-client/models/slot.rb', line 5 def finish @finish end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/supersaas-api-client/models/slot.rb', line 5 def id @id end |
#location ⇒ Object
Returns the value of attribute location.
5 6 7 |
# File 'lib/supersaas-api-client/models/slot.rb', line 5 def location @location end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/supersaas-api-client/models/slot.rb', line 5 def name @name end |
#start ⇒ Object
Returns the value of attribute start.
5 6 7 |
# File 'lib/supersaas-api-client/models/slot.rb', line 5 def start @start end |
#title ⇒ Object
Returns the value of attribute title.
5 6 7 |
# File 'lib/supersaas-api-client/models/slot.rb', line 5 def title @title end |