Method: Freeclimb::MutableResourceModel#to_body

Defined in:
lib/freeclimb/models/mutable_resource_model.rb

#to_bodyHash

to_body is an alias to to_hash (backward compatibility)

Returns:

  • (Hash)

    Returns the object in the form of hash



209
210
211
# File 'lib/freeclimb/models/mutable_resource_model.rb', line 209

def to_body
  to_hash
end