lib/crunchbase/location.rb in crunchbase_v2-0.0.4 vs lib/crunchbase/location.rb in crunchbase_v2-0.0.5
- old
+ new
@@ -13,10 +13,10 @@
@location_type = json['location_type']
@name = json['name']
@path = json['path']
@parent_location_uuid = json['parent_location_uuid']
@uuid = json['uuid']
- @type_name = json['type_name']
+ @type_name = json['type']
@created_at = Time.at(json['created_at']).utc
@updated_at = Time.at(json['updated_at']).utc
end
end
\ No newline at end of file