Method: Conekta::TokenCheckout#to_body

Defined in:
lib/conekta/models/token_checkout.rb

#to_bodyHash

to_body is an alias to to_hash (backward compatibility)

Returns:

  • (Hash)

    Returns the object in the form of hash



175
176
177
# File 'lib/conekta/models/token_checkout.rb', line 175

def to_body
  to_hash
end