Class: Occi::Infrastructure::Network::Up
- Inherits:
-
Core::Action
- Object
- Core::Category
- Core::Action
- Occi::Infrastructure::Network::Up
- Defined in:
- lib/occi/infrastructure/network.rb
Instance Attribute Summary
Attributes inherited from Core::Category
#attributes, #model, #scheme, #term, #title
Instance Method Summary collapse
-
#initialize(scheme = 'http://schemas.ogf.org/occi/infrastructure/network/action#', term = 'up', title = 'activate network') ⇒ Up
constructor
A new instance of Up.
Methods inherited from Core::Action
Methods inherited from Core::Category
#as_json, categories, get_class, #inspect, #location, #related_to?, #to_header, #to_s, #to_string, #to_string_short, #to_text, #type_identifier
Constructor Details
#initialize(scheme = 'http://schemas.ogf.org/occi/infrastructure/network/action#', term = 'up', title = 'activate network') ⇒ Up
Returns a new instance of Up.
12 13 14 15 16 |
# File 'lib/occi/infrastructure/network.rb', line 12 def initialize(scheme='http://schemas.ogf.org/occi/infrastructure/network/action#', term='up', title='activate network') super end |