Class: HighLevel::Models::Calendars::ValidateGroupSlugPostBody
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Calendars::ValidateGroupSlugPostBody
- Defined in:
- lib/high_level/models/calendars/validate_group_slug_post_body.rb
Instance Attribute Summary collapse
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#slug ⇒ Object
readonly
Returns the value of attribute slug.
Instance Attribute Details
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/calendars/validate_group_slug_post_body.rb', line 9 def location_id @location_id end |
#slug ⇒ Object (readonly)
Returns the value of attribute slug
9 10 11 |
# File 'lib/high_level/models/calendars/validate_group_slug_post_body.rb', line 9 def slug @slug end |