Method: Kickflow::GeneralMaster#to_body

Defined in:
lib/kickflow/models/general_master.rb

#to_bodyHash

to_body is an alias to to_hash (backward compatibility)

Returns:

  • (Hash)

    Returns the object in the form of hash



321
322
323
# File 'lib/kickflow/models/general_master.rb', line 321

def to_body
  to_hash
end