Class: Brainshell::Commands::MerchantAccount

Inherits:
Base
  • Object
show all
Defined in:
lib/brainshell/commands/merchant_account.rb

Constant Summary

Constants included from ValueFormatter

ValueFormatter::KNOWN_FORMAT_METHODS

Instance Method Summary collapse

Methods inherited from Base

define_query_options, multiple_search_fields, range_search_fields, text_search_fields

Methods included from ValueFormatter

#format_value

Instance Method Details

#find(id) ⇒ Object



6
7
8
9
# File 'lib/brainshell/commands/merchant_account.rb', line 6

def find(id)
   = Braintree::MerchantAccount.find(id)
  build_table([])
end