Class: DeltaCloud::PlainFormatter::FormatObject::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/plain_formatter.rb

Direct Known Subclasses

HardwareProfile, Image, Instance, Realm, StorageSnapshot, StorageVolume

Instance Method Summary (collapse)

Constructor Details

- (Base) initialize(obj)

A new instance of Base



6
7
8
# File 'lib/plain_formatter.rb', line 6

def initialize(obj)
  @obj = obj
end