Class: Supersaas::Slot

Inherits:
BaseModel show all
Defined in:
lib/supersaas-api-client/models/slot.rb

Instance Attribute Summary collapse

Attributes inherited from BaseModel

#attributes, #errors

Method Summary

Methods inherited from BaseModel

#initialize

Constructor Details

This class inherits a constructor from Supersaas::BaseModel

Instance Attribute Details

#bookingsObject

Returns the value of attribute bookings.



6
7
8
# File 'lib/supersaas-api-client/models/slot.rb', line 6

def bookings
  @bookings
end

#countObject

Returns the value of attribute count.



5
6
7
# File 'lib/supersaas-api-client/models/slot.rb', line 5

def count
  @count
end

#descriptionObject

Returns the value of attribute description.



5
6
7
# File 'lib/supersaas-api-client/models/slot.rb', line 5

def description
  @description
end

#finishObject

Returns the value of attribute finish.



5
6
7
# File 'lib/supersaas-api-client/models/slot.rb', line 5

def finish
  @finish
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/supersaas-api-client/models/slot.rb', line 5

def id
  @id
end

#locationObject

Returns the value of attribute location.



5
6
7
# File 'lib/supersaas-api-client/models/slot.rb', line 5

def location
  @location
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/supersaas-api-client/models/slot.rb', line 5

def name
  @name
end

#startObject

Returns the value of attribute start.



5
6
7
# File 'lib/supersaas-api-client/models/slot.rb', line 5

def start
  @start
end

#titleObject

Returns the value of attribute title.



5
6
7
# File 'lib/supersaas-api-client/models/slot.rb', line 5

def title
  @title
end