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