class Dynaccount::Account

Public Class Methods

api_path() click to toggle source
# File lib/dynaccount/account.rb, line 7
def self.api_path
  'account'
end
ignore_put() click to toggle source
# File lib/dynaccount/account.rb, line 3
def self.ignore_put
  [:id, :system, :module, :stock, :is_bank]
end