Class: Caliper::Entities::Agent::SoftwareApplication

Inherits:
EntityBase show all
Includes:
FOAF::Agent, SchemaDotOrg::SoftwareApplication
Defined in:
lib/caliper/entities/agent/software_application.rb

Instance Attribute Summary

Attributes inherited from EntityBase

#dateCreated, #dateModified, #description, #extensions, #name

Attributes inherited from Entity

#context, #id, #type

Instance Method Summary collapse

Methods included from Jsonable

#eql?, #from_json, included, #to_json

Constructor Details

#initializeSoftwareApplication

Returns a new instance of SoftwareApplication.



33
34
35
36
# File 'lib/caliper/entities/agent/software_application.rb', line 33

def initialize()
  super
  @type = Caliper::Entities::EntityType::SOFTWARE_APPLICATION
end