Method: Composio::APIKeyResDTO#to_body

Defined in:
lib/composio/models/api_key_res_dto.rb

#to_bodyHash

to_body is an alias to to_hash (backward compatibility)

Returns:

  • (Hash)

    Returns the object in the form of hash



340
341
342
# File 'lib/composio/models/api_key_res_dto.rb', line 340

def to_body
  to_hash
end