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