Class: HighLevel::Models::SocialMediaPosting::SocialMediaTwitterAccountSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SocialMediaPosting::SocialMediaTwitterAccountSchema
- Defined in:
- lib/high_level/models/social_media_posting/social_media_twitter_account_schema.rb
Instance Attribute Summary collapse
-
#active ⇒ Object
readonly
Returns the value of attribute active.
-
#avatar ⇒ Object
readonly
Returns the value of attribute avatar.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#deleted ⇒ Object
readonly
Returns the value of attribute deleted.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#meta ⇒ Object
readonly
Returns the value of attribute meta.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#o_auth_id ⇒ Object
readonly
Returns the value of attribute o_auth_id.
-
#old_id ⇒ Object
readonly
Returns the value of attribute old_id.
-
#origin_id ⇒ Object
readonly
Returns the value of attribute origin_id.
-
#platform ⇒ Object
readonly
Returns the value of attribute platform.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Instance Attribute Details
#active ⇒ Object (readonly)
Returns the value of attribute active
9 10 11 |
# File 'lib/high_level/models/social_media_posting/social_media_twitter_account_schema.rb', line 9 def active @active end |
#avatar ⇒ Object (readonly)
Returns the value of attribute avatar
9 10 11 |
# File 'lib/high_level/models/social_media_posting/social_media_twitter_account_schema.rb', line 9 def avatar @avatar end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
9 10 11 |
# File 'lib/high_level/models/social_media_posting/social_media_twitter_account_schema.rb', line 9 def created_at @created_at end |
#deleted ⇒ Object (readonly)
Returns the value of attribute deleted
9 10 11 |
# File 'lib/high_level/models/social_media_posting/social_media_twitter_account_schema.rb', line 9 def deleted @deleted end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/social_media_posting/social_media_twitter_account_schema.rb', line 9 def id @id end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/social_media_posting/social_media_twitter_account_schema.rb', line 9 def location_id @location_id end |
#meta ⇒ Object (readonly)
Returns the value of attribute meta
9 10 11 |
# File 'lib/high_level/models/social_media_posting/social_media_twitter_account_schema.rb', line 9 def @meta end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/social_media_posting/social_media_twitter_account_schema.rb', line 9 def name @name end |
#o_auth_id ⇒ Object (readonly)
Returns the value of attribute o_auth_id
9 10 11 |
# File 'lib/high_level/models/social_media_posting/social_media_twitter_account_schema.rb', line 9 def o_auth_id @o_auth_id end |
#old_id ⇒ Object (readonly)
Returns the value of attribute old_id
9 10 11 |
# File 'lib/high_level/models/social_media_posting/social_media_twitter_account_schema.rb', line 9 def old_id @old_id end |
#origin_id ⇒ Object (readonly)
Returns the value of attribute origin_id
9 10 11 |
# File 'lib/high_level/models/social_media_posting/social_media_twitter_account_schema.rb', line 9 def origin_id @origin_id end |
#platform ⇒ Object (readonly)
Returns the value of attribute platform
9 10 11 |
# File 'lib/high_level/models/social_media_posting/social_media_twitter_account_schema.rb', line 9 def platform @platform end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/social_media_posting/social_media_twitter_account_schema.rb', line 9 def type @type end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
9 10 11 |
# File 'lib/high_level/models/social_media_posting/social_media_twitter_account_schema.rb', line 9 def updated_at @updated_at end |