Method: Falcon::V2Loop#to_body

Defined in:
lib/crimson-falcon/models/v2_loop.rb

#to_bodyHash

to_body is an alias to to_hash (backward compatibility)

Returns:

  • (Hash)

    Returns the object in the form of hash



243
244
245
# File 'lib/crimson-falcon/models/v2_loop.rb', line 243

def to_body
  to_hash
end