Class: HighLevel::Models::SocialMediaPosting::LinkedInPageSchema

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/social_media_posting/linked_in_page_schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#avatarObject (readonly)

Returns the value of attribute avatar

Returns:

  • (Object)

    the current value of avatar



9
10
11
# File 'lib/high_level/models/social_media_posting/linked_in_page_schema.rb', line 9

def avatar
  @avatar
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/social_media_posting/linked_in_page_schema.rb', line 9

def id
  @id
end

#is_connectedObject (readonly)

Returns the value of attribute is_connected

Returns:

  • (Object)

    the current value of is_connected



9
10
11
# File 'lib/high_level/models/social_media_posting/linked_in_page_schema.rb', line 9

def is_connected
  @is_connected
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/social_media_posting/linked_in_page_schema.rb', line 9

def name
  @name
end

#urnObject (readonly)

Returns the value of attribute urn

Returns:

  • (Object)

    the current value of urn



9
10
11
# File 'lib/high_level/models/social_media_posting/linked_in_page_schema.rb', line 9

def urn
  @urn
end