class Crunchbase::Model::Address
Constants
- RESOURCE_LIST
Attributes
city[R]
city_web_path[R]
country[R]
country_code2[R]
country_code3[R]
country_web_path[R]
created_at[R]
latitude[R]
longitude[R]
name[R]
postal_code[R]
region[R]
region_code2[R]
region_web_path[R]
street_1[R]
street_2[R]
updated_at[R]
Public Instance Methods
property_keys()
click to toggle source
# File lib/crunchbase/model/address.rb, line 10 def property_keys %w( name street_1 street_2 postal_code city city_web_path region region_code2 region_web_path country country_code2 country_code3 country_web_path latitude longitude created_at updated_at ) end