Class: HighLevel::Models::SocialMediaPosting::LinkedInProfileSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SocialMediaPosting::LinkedInProfileSchema
- Defined in:
- lib/high_level/models/social_media_posting/linked_in_profile_schema.rb
Instance Attribute Summary collapse
-
#avatar ⇒ Object
readonly
Returns the value of attribute avatar.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#is_connected ⇒ Object
readonly
Returns the value of attribute is_connected.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#urn ⇒ Object
readonly
Returns the value of attribute urn.
Instance Attribute Details
#avatar ⇒ Object (readonly)
Returns the value of attribute avatar
9 10 11 |
# File 'lib/high_level/models/social_media_posting/linked_in_profile_schema.rb', line 9 def avatar @avatar end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/social_media_posting/linked_in_profile_schema.rb', line 9 def id @id end |
#is_connected ⇒ Object (readonly)
Returns the value of attribute is_connected
9 10 11 |
# File 'lib/high_level/models/social_media_posting/linked_in_profile_schema.rb', line 9 def is_connected @is_connected end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/social_media_posting/linked_in_profile_schema.rb', line 9 def name @name end |
#urn ⇒ Object (readonly)
Returns the value of attribute urn
9 10 11 |
# File 'lib/high_level/models/social_media_posting/linked_in_profile_schema.rb', line 9 def urn @urn end |