class Crunchbase::Models::Address

Get the person data from API

Constants

RESOURCE_LIST

Public Instance Methods

basis_fields() click to toggle source
# File lib/crunchbase/models/address.rb, line 18
def basis_fields
  %w[
    uuid
    name
    postal_code
    street_1
    street_2
    identifier
    location_identifiers
  ]
end
field_ids() click to toggle source
# File lib/crunchbase/models/address.rb, line 10
def field_ids
  %w[
    created_at
    entity_def_id
    updated_at
  ] + basis_fields
end
full_cards() click to toggle source
# File lib/crunchbase/models/address.rb, line 30
def full_cards
  %w[
  ]
end