Class: HighLevel::Models::SocialMediaPosting::GetAccountSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SocialMediaPosting::GetAccountSchema
- Defined in:
- lib/high_level/models/social_media_posting/get_account_schema.rb
Instance Attribute Summary collapse
-
#expire ⇒ Object
readonly
Returns the value of attribute expire.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#is_expired ⇒ Object
readonly
Returns the value of attribute is_expired.
-
#meta ⇒ Object
readonly
Returns the value of attribute meta.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#oauth_id ⇒ Object
readonly
Returns the value of attribute oauth_id.
-
#platform ⇒ Object
readonly
Returns the value of attribute platform.
-
#profile_id ⇒ Object
readonly
Returns the value of attribute profile_id.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#expire ⇒ Object (readonly)
Returns the value of attribute expire
9 10 11 |
# File 'lib/high_level/models/social_media_posting/get_account_schema.rb', line 9 def expire @expire end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/social_media_posting/get_account_schema.rb', line 9 def id @id end |
#is_expired ⇒ Object (readonly)
Returns the value of attribute is_expired
9 10 11 |
# File 'lib/high_level/models/social_media_posting/get_account_schema.rb', line 9 def is_expired @is_expired end |
#meta ⇒ Object (readonly)
Returns the value of attribute meta
9 10 11 |
# File 'lib/high_level/models/social_media_posting/get_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/get_account_schema.rb', line 9 def name @name end |
#oauth_id ⇒ Object (readonly)
Returns the value of attribute oauth_id
9 10 11 |
# File 'lib/high_level/models/social_media_posting/get_account_schema.rb', line 9 def oauth_id @oauth_id end |
#platform ⇒ Object (readonly)
Returns the value of attribute platform
9 10 11 |
# File 'lib/high_level/models/social_media_posting/get_account_schema.rb', line 9 def platform @platform end |
#profile_id ⇒ Object (readonly)
Returns the value of attribute profile_id
9 10 11 |
# File 'lib/high_level/models/social_media_posting/get_account_schema.rb', line 9 def profile_id @profile_id end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/social_media_posting/get_account_schema.rb', line 9 def type @type end |