Class: Fog::Compute::OpenNebula::Group
- Inherits:
-
Model
- Object
- Model
- Fog::Compute::OpenNebula::Group
- Defined in:
- lib/fog/opennebula/models/compute/group.rb
Instance Method Summary collapse
Instance Method Details
#save ⇒ Object
11 12 13 |
# File 'lib/fog/opennebula/models/compute/group.rb', line 11 def save raise Fog::Errors::Error.new('Creating a new group is not yet implemented. Contributions welcome!') end |
#to_label ⇒ Object
15 16 17 |
# File 'lib/fog/opennebula/models/compute/group.rb', line 15 def to_label name end |