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