Class: HighLevel::Models::SocialMediaPosting::GetCsvPostResponseSchema

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

Instance Attribute Summary collapse

Instance Attribute Details

#countObject (readonly)

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



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

def count
  @count
end

#csvObject (readonly)

Returns the value of attribute csv

Returns:

  • (Object)

    the current value of csv



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

def csv
  @csv
end

#postsObject (readonly)

Returns the value of attribute posts

Returns:

  • (Object)

    the current value of posts



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

def posts
  @posts
end