Class: HighLevel::Models::Calendars::GroupCreateDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Calendars::GroupCreateDTO
- Defined in:
- lib/high_level/models/calendars/group_create_dto.rb
Instance Attribute Summary collapse
-
#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.
-
#slug ⇒ Object
readonly
Returns the value of attribute slug.
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/calendars/group_create_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/group_create_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/group_create_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/group_create_dto.rb', line 9 def name @name end |
#slug ⇒ Object (readonly)
Returns the value of attribute slug
9 10 11 |
# File 'lib/high_level/models/calendars/group_create_dto.rb', line 9 def slug @slug end |