Class: HighLevel::Models::SocialMediaPosting::SetAccountsDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/social_media_posting/set_accounts_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsObject (readonly)

Returns the value of attribute account_ids

Returns:

  • (Object)

    the current value of account_ids



9
10
11
# File 'lib/high_level/models/social_media_posting/set_accounts_dto.rb', line 9

def 
  @account_ids
end

#approverObject (readonly)

Returns the value of attribute approver

Returns:

  • (Object)

    the current value of approver



9
10
11
# File 'lib/high_level/models/social_media_posting/set_accounts_dto.rb', line 9

def approver
  @approver
end

#file_nameObject (readonly)

Returns the value of attribute file_name

Returns:

  • (Object)

    the current value of 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_pathObject (readonly)

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of 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_countObject (readonly)

Returns the value of attribute rows_count

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of 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