Method: Composio::APIKeyResDTO#to_s

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

#to_sString

Returns the string representation of the object

Returns:

  • (String)

    String presentation of the object



334
335
336
# File 'lib/composio/models/api_key_res_dto.rb', line 334

def to_s
  to_hash.to_s
end