Class: HighLevel::Models::SocialMediaPosting::GoogleLocationSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SocialMediaPosting::GoogleLocationSchema
- Defined in:
- lib/high_level/models/social_media_posting/google_location_schema.rb
Instance Attribute Summary collapse
-
#is_connected ⇒ Object
readonly
Returns the value of attribute is_connected.
-
#is_verified ⇒ Object
readonly
Returns the value of attribute is_verified.
-
#max_location ⇒ Object
readonly
Returns the value of attribute max_location.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#relationship_data ⇒ Object
readonly
Returns the value of attribute relationship_data.
-
#store_code ⇒ Object
readonly
Returns the value of attribute store_code.
-
#storefront_address ⇒ Object
readonly
Returns the value of attribute storefront_address.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Instance Attribute Details
#is_connected ⇒ Object (readonly)
Returns the value of attribute is_connected
9 10 11 |
# File 'lib/high_level/models/social_media_posting/google_location_schema.rb', line 9 def is_connected @is_connected end |
#is_verified ⇒ Object (readonly)
Returns the value of attribute is_verified
9 10 11 |
# File 'lib/high_level/models/social_media_posting/google_location_schema.rb', line 9 def is_verified @is_verified end |
#max_location ⇒ Object (readonly)
Returns the value of attribute max_location
9 10 11 |
# File 'lib/high_level/models/social_media_posting/google_location_schema.rb', line 9 def max_location @max_location end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
9 10 11 |
# File 'lib/high_level/models/social_media_posting/google_location_schema.rb', line 9 def @metadata end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/social_media_posting/google_location_schema.rb', line 9 def name @name end |
#relationship_data ⇒ Object (readonly)
Returns the value of attribute relationship_data
9 10 11 |
# File 'lib/high_level/models/social_media_posting/google_location_schema.rb', line 9 def relationship_data @relationship_data end |
#store_code ⇒ Object (readonly)
Returns the value of attribute store_code
9 10 11 |
# File 'lib/high_level/models/social_media_posting/google_location_schema.rb', line 9 def store_code @store_code end |
#storefront_address ⇒ Object (readonly)
Returns the value of attribute storefront_address
9 10 11 |
# File 'lib/high_level/models/social_media_posting/google_location_schema.rb', line 9 def storefront_address @storefront_address end |
#title ⇒ Object (readonly)
Returns the value of attribute title
9 10 11 |
# File 'lib/high_level/models/social_media_posting/google_location_schema.rb', line 9 def title @title end |