class Eol::BankAccount
Public Instance Methods
base_path()
click to toggle source
# File lib/eol/resources/bank_account.rb, line 12 def base_path "crm/BankAccounts" end
mandatory_attributes()
click to toggle source
# File lib/eol/resources/bank_account.rb, line 16 def mandatory_attributes %i[account] end
other_attributes()
click to toggle source
https//start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=CRMAccounts rubocopdisable Metrics/MethodLength
# File lib/eol/resources/bank_account.rb, line 22 def other_attributes %i[ id account account_name bank bank_account bank_description bank_account_holder_name BIC_code description division format IBAN type type_description main ] end
valid_actions()
click to toggle source
# File lib/eol/resources/bank_account.rb, line 8 def valid_actions %i[get] end