Class: Crunchbase::Model::Website
- Defined in:
- lib/crunchbase/model/website.rb
Constant Summary collapse
- RESOURCE_LIST =
'websites'.freeze
Instance Attribute Summary collapse
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
-
#website_name ⇒ Object
readonly
Returns the value of attribute website_name.
-
#website_type ⇒ Object
readonly
Returns the value of attribute website_type.
Attributes inherited from Entity
Instance Method Summary collapse
Methods inherited from Entity
#convert_date!, #date_keys, #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
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at.
7 8 9 |
# File 'lib/crunchbase/model/website.rb', line 7 def created_at @created_at end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at.
7 8 9 |
# File 'lib/crunchbase/model/website.rb', line 7 def updated_at @updated_at end |
#url ⇒ Object (readonly)
Returns the value of attribute url.
7 8 9 |
# File 'lib/crunchbase/model/website.rb', line 7 def url @url end |
#website_name ⇒ Object (readonly)
Returns the value of attribute website_name.
8 9 10 |
# File 'lib/crunchbase/model/website.rb', line 8 def website_name @website_name end |
#website_type ⇒ Object (readonly)
Returns the value of attribute website_type.
8 9 10 |
# File 'lib/crunchbase/model/website.rb', line 8 def website_type @website_type end |
Instance Method Details
#property_keys ⇒ Object
10 11 12 13 14 15 16 |
# File 'lib/crunchbase/model/website.rb', line 10 def property_keys %w( url website_type website_name created_at updated_at ) end |