Method: CloudBuilder::JSONable#to_json

Defined in:
lib/cloud_builder/jsonable.rb

#to_json(*a) ⇒ Object



12
13
14
# File 'lib/cloud_builder/jsonable.rb', line 12

def to_json(*a)
    self.to_hash.to_json(*a)
end