Class: HighLevel::Models::SocialMediaPosting::GMBPostSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SocialMediaPosting::GMBPostSchema
- Defined in:
- lib/high_level/models/social_media_posting/gmb_post_schema.rb
Instance Attribute Summary collapse
-
#action_type ⇒ Object
readonly
Returns the value of attribute action_type.
-
#coupon_code ⇒ Object
readonly
Returns the value of attribute coupon_code.
-
#end_date ⇒ Object
readonly
Returns the value of attribute end_date.
-
#gmb_event_type ⇒ Object
readonly
Returns the value of attribute gmb_event_type.
-
#offer_title ⇒ Object
readonly
Returns the value of attribute offer_title.
-
#redeem_online_url ⇒ Object
readonly
Returns the value of attribute redeem_online_url.
-
#start_date ⇒ Object
readonly
Returns the value of attribute start_date.
-
#terms_conditions ⇒ Object
readonly
Returns the value of attribute terms_conditions.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Attribute Details
#action_type ⇒ Object (readonly)
Returns the value of attribute action_type
9 10 11 |
# File 'lib/high_level/models/social_media_posting/gmb_post_schema.rb', line 9 def action_type @action_type end |
#coupon_code ⇒ Object (readonly)
Returns the value of attribute coupon_code
9 10 11 |
# File 'lib/high_level/models/social_media_posting/gmb_post_schema.rb', line 9 def coupon_code @coupon_code end |
#end_date ⇒ Object (readonly)
Returns the value of attribute end_date
9 10 11 |
# File 'lib/high_level/models/social_media_posting/gmb_post_schema.rb', line 9 def end_date @end_date end |
#gmb_event_type ⇒ Object (readonly)
Returns the value of attribute gmb_event_type
9 10 11 |
# File 'lib/high_level/models/social_media_posting/gmb_post_schema.rb', line 9 def gmb_event_type @gmb_event_type end |
#offer_title ⇒ Object (readonly)
Returns the value of attribute offer_title
9 10 11 |
# File 'lib/high_level/models/social_media_posting/gmb_post_schema.rb', line 9 def offer_title @offer_title end |
#redeem_online_url ⇒ Object (readonly)
Returns the value of attribute redeem_online_url
9 10 11 |
# File 'lib/high_level/models/social_media_posting/gmb_post_schema.rb', line 9 def redeem_online_url @redeem_online_url end |
#start_date ⇒ Object (readonly)
Returns the value of attribute start_date
9 10 11 |
# File 'lib/high_level/models/social_media_posting/gmb_post_schema.rb', line 9 def start_date @start_date end |
#terms_conditions ⇒ Object (readonly)
Returns the value of attribute terms_conditions
9 10 11 |
# File 'lib/high_level/models/social_media_posting/gmb_post_schema.rb', line 9 def terms_conditions @terms_conditions end |
#title ⇒ Object (readonly)
Returns the value of attribute title
9 10 11 |
# File 'lib/high_level/models/social_media_posting/gmb_post_schema.rb', line 9 def title @title end |
#url ⇒ Object (readonly)
Returns the value of attribute url
9 10 11 |
# File 'lib/high_level/models/social_media_posting/gmb_post_schema.rb', line 9 def url @url end |