Class: Crunchbase::Model::Website

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

Constant Summary collapse

RESOURCE_LIST =
'websites'

Instance Attribute Summary collapse

Attributes inherited from Entity

#type_name, #uuid

Instance Method Summary collapse

Methods inherited from Entity

array_from_list, #fetch, funding_rounds_lists, get, #initialize, 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

#created_atObject (readonly)

Returns the value of attribute created_at.



8
9
10
# File 'lib/crunchbase/model/website.rb', line 8

def created_at
  @created_at
end

#updated_atObject (readonly)

Returns the value of attribute updated_at.



8
9
10
# File 'lib/crunchbase/model/website.rb', line 8

def updated_at
  @updated_at
end

#urlObject (readonly)

Returns the value of attribute url.



8
9
10
# File 'lib/crunchbase/model/website.rb', line 8

def url
  @url
end

#websiteObject (readonly)

Returns the value of attribute website.



8
9
10
# File 'lib/crunchbase/model/website.rb', line 8

def website
  @website
end

Instance Method Details

#property_keysObject



10
11
12
13
14
# File 'lib/crunchbase/model/website.rb', line 10

def property_keys
  %w[
    website url created_at updated_at 
  ]
end