Class: HighLevel::Models::SocialMediaPosting::InstagramAccountSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SocialMediaPosting::InstagramAccountSchema
- Defined in:
- lib/high_level/models/social_media_posting/instagram_account_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.
-
#page_id ⇒ Object
readonly
Returns the value of attribute page_id.
Instance Attribute Details
#avatar ⇒ Object (readonly)
Returns the value of attribute avatar
9 10 11 |
# File 'lib/high_level/models/social_media_posting/instagram_account_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/instagram_account_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/instagram_account_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/instagram_account_schema.rb', line 9 def name @name end |
#page_id ⇒ Object (readonly)
Returns the value of attribute page_id
9 10 11 |
# File 'lib/high_level/models/social_media_posting/instagram_account_schema.rb', line 9 def page_id @page_id end |