class Rbvore::Location
Attributes
address[RW]
concept_name[RW]
custom_id[RW]
development[RW]
display_name[RW]
google_place_id[RW]
health[RW]
id[RW]
latitude[RW]
longitude[RW]
name[RW]
owner[RW]
phone[RW]
pos_type[RW]
status[RW]
timezone[RW]
website[RW]
Public Class Methods
new(hash)
click to toggle source
# File lib/rbvore/location.rb, line 18 def initialize(hash) set_attributes(hash) end