Class: HighLevel::Models::SocialMediaPosting::AttachLinkedinAccountDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SocialMediaPosting::AttachLinkedinAccountDTO
- Defined in:
- lib/high_level/models/social_media_posting/attach_linkedin_account_dto.rb
Instance Attribute Summary collapse
-
#avatar ⇒ Object
readonly
Returns the value of attribute avatar.
-
#company_id ⇒ Object
readonly
Returns the value of attribute company_id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#origin_id ⇒ Object
readonly
Returns the value of attribute origin_id.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#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/attach_linkedin_account_dto.rb', line 9 def avatar @avatar end |
#company_id ⇒ Object (readonly)
Returns the value of attribute company_id
9 10 11 |
# File 'lib/high_level/models/social_media_posting/attach_linkedin_account_dto.rb', line 9 def company_id @company_id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/social_media_posting/attach_linkedin_account_dto.rb', line 9 def name @name end |
#origin_id ⇒ Object (readonly)
Returns the value of attribute origin_id
9 10 11 |
# File 'lib/high_level/models/social_media_posting/attach_linkedin_account_dto.rb', line 9 def origin_id @origin_id end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/social_media_posting/attach_linkedin_account_dto.rb', line 9 def type @type end |
#urn ⇒ Object (readonly)
Returns the value of attribute urn
9 10 11 |
# File 'lib/high_level/models/social_media_posting/attach_linkedin_account_dto.rb', line 9 def urn @urn end |