Class: HighLevel::Models::Calendars::UpdateCalendarResourceDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Calendars::UpdateCalendarResourceDTO
- Defined in:
- lib/high_level/models/calendars/update_calendar_resource_dto.rb
Instance Attribute Summary collapse
-
#calendar_ids ⇒ Object
readonly
Returns the value of attribute calendar_ids.
-
#capacity ⇒ Object
readonly
Returns the value of attribute capacity.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#is_active ⇒ Object
readonly
Returns the value of attribute is_active.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#out_of_service ⇒ Object
readonly
Returns the value of attribute out_of_service.
-
#quantity ⇒ Object
readonly
Returns the value of attribute quantity.
Instance Attribute Details
#calendar_ids ⇒ Object (readonly)
Returns the value of attribute calendar_ids
9 10 11 |
# File 'lib/high_level/models/calendars/update_calendar_resource_dto.rb', line 9 def calendar_ids @calendar_ids end |
#capacity ⇒ Object (readonly)
Returns the value of attribute capacity
9 10 11 |
# File 'lib/high_level/models/calendars/update_calendar_resource_dto.rb', line 9 def capacity @capacity end |
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/calendars/update_calendar_resource_dto.rb', line 9 def description @description end |
#is_active ⇒ Object (readonly)
Returns the value of attribute is_active
9 10 11 |
# File 'lib/high_level/models/calendars/update_calendar_resource_dto.rb', line 9 def is_active @is_active end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/calendars/update_calendar_resource_dto.rb', line 9 def location_id @location_id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/calendars/update_calendar_resource_dto.rb', line 9 def name @name end |
#out_of_service ⇒ Object (readonly)
Returns the value of attribute out_of_service
9 10 11 |
# File 'lib/high_level/models/calendars/update_calendar_resource_dto.rb', line 9 def out_of_service @out_of_service end |
#quantity ⇒ Object (readonly)
Returns the value of attribute quantity
9 10 11 |
# File 'lib/high_level/models/calendars/update_calendar_resource_dto.rb', line 9 def quantity @quantity end |