Class: HighLevel::Models::SocialMediaPosting::CSVPostSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SocialMediaPosting::CSVPostSchema
- Defined in:
- lib/high_level/models/social_media_posting/csv_post_schema.rb
Instance Attribute Summary collapse
-
#account_ids ⇒ Object
readonly
Returns the value of attribute account_ids.
-
#error_message ⇒ Object
readonly
Returns the value of attribute error_message.
-
#follow_up_comment ⇒ Object
readonly
Returns the value of attribute follow_up_comment.
-
#gmb_post_details ⇒ Object
readonly
Returns the value of attribute gmb_post_details.
-
#link ⇒ Object
readonly
Returns the value of attribute link.
-
#medias ⇒ Object
readonly
Returns the value of attribute medias.
-
#schedule_date ⇒ Object
readonly
Returns the value of attribute schedule_date.
-
#summary ⇒ Object
readonly
Returns the value of attribute summary.
-
#tiktok_post_details ⇒ Object
readonly
Returns the value of attribute tiktok_post_details.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
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/csv_post_schema.rb', line 9 def account_ids @account_ids end |
#error_message ⇒ Object (readonly)
Returns the value of attribute error_message
9 10 11 |
# File 'lib/high_level/models/social_media_posting/csv_post_schema.rb', line 9 def @error_message end |
#follow_up_comment ⇒ Object (readonly)
Returns the value of attribute follow_up_comment
9 10 11 |
# File 'lib/high_level/models/social_media_posting/csv_post_schema.rb', line 9 def follow_up_comment @follow_up_comment end |
#gmb_post_details ⇒ Object (readonly)
Returns the value of attribute gmb_post_details
9 10 11 |
# File 'lib/high_level/models/social_media_posting/csv_post_schema.rb', line 9 def gmb_post_details @gmb_post_details end |
#link ⇒ Object (readonly)
Returns the value of attribute link
9 10 11 |
# File 'lib/high_level/models/social_media_posting/csv_post_schema.rb', line 9 def link @link end |
#medias ⇒ Object (readonly)
Returns the value of attribute medias
9 10 11 |
# File 'lib/high_level/models/social_media_posting/csv_post_schema.rb', line 9 def medias @medias end |
#schedule_date ⇒ Object (readonly)
Returns the value of attribute schedule_date
9 10 11 |
# File 'lib/high_level/models/social_media_posting/csv_post_schema.rb', line 9 def schedule_date @schedule_date end |
#summary ⇒ Object (readonly)
Returns the value of attribute summary
9 10 11 |
# File 'lib/high_level/models/social_media_posting/csv_post_schema.rb', line 9 def summary @summary end |
#tiktok_post_details ⇒ Object (readonly)
Returns the value of attribute tiktok_post_details
9 10 11 |
# File 'lib/high_level/models/social_media_posting/csv_post_schema.rb', line 9 def tiktok_post_details @tiktok_post_details end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/social_media_posting/csv_post_schema.rb', line 9 def type @type end |