Class: HighLevel::Models::SocialMediaPosting::GoogleAccountsSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SocialMediaPosting::GoogleAccountsSchema
- Defined in:
- lib/high_level/models/social_media_posting/google_accounts_schema.rb
Instance Attribute Summary collapse
-
#account_name ⇒ Object
readonly
Returns the value of attribute account_name.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#verification_state ⇒ Object
readonly
Returns the value of attribute verification_state.
-
#vetted_state ⇒ Object
readonly
Returns the value of attribute vetted_state.
Instance Attribute Details
#account_name ⇒ Object (readonly)
Returns the value of attribute account_name
9 10 11 |
# File 'lib/high_level/models/social_media_posting/google_accounts_schema.rb', line 9 def account_name @account_name end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/social_media_posting/google_accounts_schema.rb', line 9 def name @name end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/social_media_posting/google_accounts_schema.rb', line 9 def type @type end |
#verification_state ⇒ Object (readonly)
Returns the value of attribute verification_state
9 10 11 |
# File 'lib/high_level/models/social_media_posting/google_accounts_schema.rb', line 9 def verification_state @verification_state end |
#vetted_state ⇒ Object (readonly)
Returns the value of attribute vetted_state
9 10 11 |
# File 'lib/high_level/models/social_media_posting/google_accounts_schema.rb', line 9 def vetted_state @vetted_state end |