class Crunchbase::Model::OwnedBy

Attributes

api_path[R]
created_at[R]
name[R]
updated_at[R]
web_path[R]

Public Class Methods

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

Public Instance Methods

property_keys() click to toggle source
# File lib/crunchbase/model/owned_by.rb, line 11
def property_keys
  %w(
    name api_path web_path created_at updated_at
  )
end