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