Class: DeltaCloud::PlainFormatter::FormatObject::Base
- Inherits:
-
Object
- Object
- DeltaCloud::PlainFormatter::FormatObject::Base
- Defined in:
- lib/plain_formatter.rb
Direct Known Subclasses
HardwareProfile, Image, Instance, Realm, StorageSnapshot, StorageVolume
Instance Method Summary collapse
-
#initialize(obj) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(obj) ⇒ Base
Returns a new instance of Base.
6 7 8 |
# File 'lib/plain_formatter.rb', line 6 def initialize(obj) @obj = obj end |