Class: HighLevel::Models::SocialMediaPosting::SetAccountsDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SocialMediaPosting::SetAccountsDTO
- Defined in:
- lib/high_level/models/social_media_posting/set_accounts_dto.rb
Instance Attribute Summary collapse
-
#account_ids ⇒ Object
readonly
Returns the value of attribute account_ids.
-
#approver ⇒ Object
readonly
Returns the value of attribute approver.
-
#file_name ⇒ Object
readonly
Returns the value of attribute file_name.
-
#file_path ⇒ Object
readonly
Returns the value of attribute file_path.
-
#rows_count ⇒ Object
readonly
Returns the value of attribute rows_count.
-
#user_id ⇒ Object
readonly
Returns the value of attribute user_id.
Instance Attribute Details
#account_ids ⇒ Object (readonly)
Returns the value of attribute account_ids
9 10 11 |
# File 'lib/high_level/models/social_media_posting/set_accounts_dto.rb', line 9 def account_ids @account_ids end |
#approver ⇒ Object (readonly)
Returns the value of attribute approver
9 10 11 |
# File 'lib/high_level/models/social_media_posting/set_accounts_dto.rb', line 9 def approver @approver end |
#file_name ⇒ Object (readonly)
Returns the value of attribute file_name
9 10 11 |
# File 'lib/high_level/models/social_media_posting/set_accounts_dto.rb', line 9 def file_name @file_name end |
#file_path ⇒ Object (readonly)
Returns the value of attribute file_path
9 10 11 |
# File 'lib/high_level/models/social_media_posting/set_accounts_dto.rb', line 9 def file_path @file_path end |
#rows_count ⇒ Object (readonly)
Returns the value of attribute rows_count
9 10 11 |
# File 'lib/high_level/models/social_media_posting/set_accounts_dto.rb', line 9 def rows_count @rows_count end |
#user_id ⇒ Object (readonly)
Returns the value of attribute user_id
9 10 11 |
# File 'lib/high_level/models/social_media_posting/set_accounts_dto.rb', line 9 def user_id @user_id end |