Class: HighLevel::Models::Locations::SocialSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Locations::SocialSchema
- Defined in:
- lib/high_level/models/locations/social_schema.rb
Instance Attribute Summary collapse
-
#blog_rss ⇒ Object
readonly
Returns the value of attribute blog_rss.
-
#facebook_url ⇒ Object
readonly
Returns the value of attribute facebook_url.
-
#foursquare ⇒ Object
readonly
Returns the value of attribute foursquare.
-
#google_places_id ⇒ Object
readonly
Returns the value of attribute google_places_id.
-
#google_plus ⇒ Object
readonly
Returns the value of attribute google_plus.
-
#instagram ⇒ Object
readonly
Returns the value of attribute instagram.
-
#linked_in ⇒ Object
readonly
Returns the value of attribute linked_in.
-
#pinterest ⇒ Object
readonly
Returns the value of attribute pinterest.
-
#twitter ⇒ Object
readonly
Returns the value of attribute twitter.
-
#yelp ⇒ Object
readonly
Returns the value of attribute yelp.
-
#youtube ⇒ Object
readonly
Returns the value of attribute youtube.
Instance Attribute Details
#blog_rss ⇒ Object (readonly)
Returns the value of attribute blog_rss
9 10 11 |
# File 'lib/high_level/models/locations/social_schema.rb', line 9 def blog_rss @blog_rss end |
#facebook_url ⇒ Object (readonly)
Returns the value of attribute facebook_url
9 10 11 |
# File 'lib/high_level/models/locations/social_schema.rb', line 9 def facebook_url @facebook_url end |
#foursquare ⇒ Object (readonly)
Returns the value of attribute foursquare
9 10 11 |
# File 'lib/high_level/models/locations/social_schema.rb', line 9 def foursquare @foursquare end |
#google_places_id ⇒ Object (readonly)
Returns the value of attribute google_places_id
9 10 11 |
# File 'lib/high_level/models/locations/social_schema.rb', line 9 def google_places_id @google_places_id end |
#google_plus ⇒ Object (readonly)
Returns the value of attribute google_plus
9 10 11 |
# File 'lib/high_level/models/locations/social_schema.rb', line 9 def google_plus @google_plus end |
#instagram ⇒ Object (readonly)
Returns the value of attribute instagram
9 10 11 |
# File 'lib/high_level/models/locations/social_schema.rb', line 9 def instagram @instagram end |
#linked_in ⇒ Object (readonly)
Returns the value of attribute linked_in
9 10 11 |
# File 'lib/high_level/models/locations/social_schema.rb', line 9 def linked_in @linked_in end |
#pinterest ⇒ Object (readonly)
Returns the value of attribute pinterest
9 10 11 |
# File 'lib/high_level/models/locations/social_schema.rb', line 9 def pinterest @pinterest end |
#twitter ⇒ Object (readonly)
Returns the value of attribute twitter
9 10 11 |
# File 'lib/high_level/models/locations/social_schema.rb', line 9 def twitter @twitter end |
#yelp ⇒ Object (readonly)
Returns the value of attribute yelp
9 10 11 |
# File 'lib/high_level/models/locations/social_schema.rb', line 9 def yelp @yelp end |
#youtube ⇒ Object (readonly)
Returns the value of attribute youtube
9 10 11 |
# File 'lib/high_level/models/locations/social_schema.rb', line 9 def youtube @youtube end |