class Crunchbase::Model::PrimaryLocation

Attributes

parent_locations[R]

Public Class Methods

new(json) click to toggle source
Calls superclass method Crunchbase::Model::Location::new
# File lib/crunchbase/model/primary_location.rb, line 7
def initialize(json)
  super
end

Public Instance Methods

relationship_lists() click to toggle source
# File lib/crunchbase/model/primary_location.rb, line 11
def relationship_lists
  {
    'parent_locations' => ParentLocation
  }
end