Class: HighLevel::Models::Calendars::TeamMember
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Calendars::TeamMember
- Defined in:
- lib/high_level/models/calendars/team_member.rb
Instance Attribute Summary collapse
-
#is_primary ⇒ Object
readonly
Returns the value of attribute is_primary.
-
#location_configurations ⇒ Object
readonly
Returns the value of attribute location_configurations.
-
#meeting_location ⇒ Object
readonly
Returns the value of attribute meeting_location.
-
#meeting_location_type ⇒ Object
readonly
Returns the value of attribute meeting_location_type.
-
#priority ⇒ Object
readonly
Returns the value of attribute priority.
-
#user_id ⇒ Object
readonly
Returns the value of attribute user_id.
Instance Attribute Details
#is_primary ⇒ Object (readonly)
Returns the value of attribute is_primary
9 10 11 |
# File 'lib/high_level/models/calendars/team_member.rb', line 9 def is_primary @is_primary end |
#location_configurations ⇒ Object (readonly)
Returns the value of attribute location_configurations
9 10 11 |
# File 'lib/high_level/models/calendars/team_member.rb', line 9 def location_configurations @location_configurations end |
#meeting_location ⇒ Object (readonly)
Returns the value of attribute meeting_location
9 10 11 |
# File 'lib/high_level/models/calendars/team_member.rb', line 9 def meeting_location @meeting_location end |
#meeting_location_type ⇒ Object (readonly)
Returns the value of attribute meeting_location_type
9 10 11 |
# File 'lib/high_level/models/calendars/team_member.rb', line 9 def meeting_location_type @meeting_location_type end |
#priority ⇒ Object (readonly)
Returns the value of attribute priority
9 10 11 |
# File 'lib/high_level/models/calendars/team_member.rb', line 9 def priority @priority end |
#user_id ⇒ Object (readonly)
Returns the value of attribute user_id
9 10 11 |
# File 'lib/high_level/models/calendars/team_member.rb', line 9 def user_id @user_id end |