Class: Array

Inherits:
Object show all
Defined in:
lib/bosh_agent/ext.rb

Instance Method Summary collapse

Instance Method Details

#to_openstructObject



20
21
22
# File 'lib/bosh_agent/ext.rb', line 20

def to_openstruct
  map{ |el| el.to_openstruct }
end