Method: ESP::ExternalAccount.find

Defined in:
lib/esp/resources/external_account.rb

.find(id) ⇒ ESP::ExternalAccount .find(id, options = {}) ⇒ ESP::ExternalAccount

Find an ExternalAccount by id

call-seq -> super.find(id, options = {})

Overloads:

  • .find(id, options = {}) ⇒ ESP::ExternalAccount

    Parameters:

    • options (Hash) (defaults to: {})

      An optional hash of options.

      Valid Options

      include | The list of associated objects to return on the initial request.

      Valid Includable Associations

      See API documentation for valid arguments

Parameters:

  • id (Integer, Numberic, #to_i)

    Required ID of the external account to retrieve.

Returns:



# File 'lib/esp/resources/external_account.rb', line 60