Method: Megam::Backups#initialize

Defined in:
lib/megam/core/backups.rb

#initialize(o) ⇒ Backups



3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# File 'lib/megam/core/backups.rb', line 3

def initialize(o)
    @id = nil
    @account_id = nil
    @asm_id = nil
    @org_id = nil
    @tosca_type = nil
    @inputs = []
    @outputs = []
    @labels = []
    @name= nil
    @status=nil
    @image_id=nil
    @created_at = nil
    @some_msg = {}
    super(o)
end