Module: SmartHR::Client::BankAccountSettingMethods
- Included in:
- SmartHR::Client
- Defined in:
- lib/smarthr/client/bank_account_setting_methods.rb
Instance Method Summary collapse
-
#get_bank_account_settings(page: 1, per_page: 10) {|response_body, response_header| ... } ⇒ Array<Hashie::Mash>
Get the list of bank account settings.
Instance Method Details
#get_bank_account_settings(page: 1, per_page: 10) {|response_body, response_header| ... } ⇒ Array<Hashie::Mash>
Get the list of bank account settings
14 15 16 17 18 19 20 |
# File 'lib/smarthr/client/bank_account_setting_methods.rb', line 14 def get_bank_account_settings(page: 1, per_page: 10, &block) get("/bank_account_settings", page: page, per_page: per_page, &block ) end |