Class: Crunchbase::Model::Office

Inherits:
Address show all
Defined in:
lib/crunchbase/model/office.rb

Constant Summary collapse

RESOURCE_LIST =
'offices'.freeze

Instance Attribute Summary

Attributes inherited from Address

#city, #city_web_path, #country, #country_code2, #country_code3, #country_web_path, #created_at, #latitude, #longitude, #name, #postal_code, #region, #region_code2, #region_web_path, #street_1, #street_2, #updated_at

Attributes inherited from Entity

#type_name, #uuid

Method Summary

Methods inherited from Address

#property_keys

Methods inherited from Entity

#convert_date!, #date_keys, #fetch, #initialize, #instance_multi_relationship_objects, #instance_relationships_object, #instance_timestamps, #one_to_many, #one_to_one, #parse_hash_items, #property_keys, #relationship_lists, #set_relationships_object, #set_variables, #setup_relationships_data!, #special_relationship, #verify_item?

Methods included from Request::Client

#api, #array_from_list, #funding_rounds_lists, #get, #kclass_name, #list, #organization_lists, #parsing_from_list, #person_lists, #total_items_from_list

Constructor Details

This class inherits a constructor from Crunchbase::Model::Entity