Class: Crunchbase::Model::New

Inherits:
Entity
  • Object
show all
Defined in:
lib/crunchbase/model/new.rb

Constant Summary collapse

RESOURCE_LIST =
'news'.freeze

Instance Attribute Summary collapse

Attributes inherited from Entity

#type_name, #uuid

Instance Method Summary collapse

Methods inherited from Entity

#convert_date!, #fetch, #initialize, #instance_multi_relationship_objects, #instance_relationships_object, #instance_timestamps, #one_to_many, #one_to_one, #parse_hash_items, #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

Instance Attribute Details

#authorObject (readonly)

Returns the value of attribute author.



7
8
9
# File 'lib/crunchbase/model/new.rb', line 7

def author
  @author
end

#created_atObject (readonly)

Returns the value of attribute created_at.



7
8
9
# File 'lib/crunchbase/model/new.rb', line 7

def created_at
  @created_at
end

#posted_onObject (readonly)

Returns the value of attribute posted_on.



7
8
9
# File 'lib/crunchbase/model/new.rb', line 7

def posted_on
  @posted_on
end

#posted_on_trust_codeObject (readonly)

Returns the value of attribute posted_on_trust_code.



7
8
9
# File 'lib/crunchbase/model/new.rb', line 7

def posted_on_trust_code
  @posted_on_trust_code
end

#titleObject (readonly)

Returns the value of attribute title.



7
8
9
# File 'lib/crunchbase/model/new.rb', line 7

def title
  @title
end

#typeObject (readonly)

Returns the value of attribute type.



7
8
9
# File 'lib/crunchbase/model/new.rb', line 7

def type
  @type
end

#updated_atObject (readonly)

Returns the value of attribute updated_at.



7
8
9
# File 'lib/crunchbase/model/new.rb', line 7

def updated_at
  @updated_at
end

#urlObject (readonly)

Returns the value of attribute url.



7
8
9
# File 'lib/crunchbase/model/new.rb', line 7

def url
  @url
end

Instance Method Details

#date_keysObject



15
16
17
# File 'lib/crunchbase/model/new.rb', line 15

def date_keys
  %w(posted_on)
end

#property_keysObject



9
10
11
12
13
# File 'lib/crunchbase/model/new.rb', line 9

def property_keys
  %w(
    title author posted_on posted_on_trust_code url created_at updated_at type
  )
end