Method: Megam::Mixins::CommonDeployable#to_hash

Defined in:
lib/megam/mixins/common_deployable.rb

#to_hashObject



25
26
27
28
29
30
31
# File 'lib/megam/mixins/common_deployable.rb', line 25

def to_hash
    h = {
        status: status,
        state: state,
        inputs: inputs.to_hash
    }
end