Class: HighLevel::Models::Calendars::TeamMember

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/calendars/team_member.rb

Instance Attribute Summary collapse

Instance Attribute Details

#is_primaryObject (readonly)

Returns the value of attribute is_primary

Returns:

  • (Object)

    the current value of is_primary



9
10
11
# File 'lib/high_level/models/calendars/team_member.rb', line 9

def is_primary
  @is_primary
end

#location_configurationsObject (readonly)

Returns the value of attribute location_configurations

Returns:

  • (Object)

    the current value of location_configurations



9
10
11
# File 'lib/high_level/models/calendars/team_member.rb', line 9

def location_configurations
  @location_configurations
end

#meeting_locationObject (readonly)

Returns the value of attribute meeting_location

Returns:

  • (Object)

    the current value of meeting_location



9
10
11
# File 'lib/high_level/models/calendars/team_member.rb', line 9

def meeting_location
  @meeting_location
end

#meeting_location_typeObject (readonly)

Returns the value of attribute meeting_location_type

Returns:

  • (Object)

    the current value of 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

#priorityObject (readonly)

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



9
10
11
# File 'lib/high_level/models/calendars/team_member.rb', line 9

def priority
  @priority
end

#user_idObject (readonly)

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



9
10
11
# File 'lib/high_level/models/calendars/team_member.rb', line 9

def user_id
  @user_id
end