Class: Monobank::Resources::Personal::ClientInfo

Inherits:
Base
  • Object
show all
Defined in:
lib/monobank/resources/personal/client_info.rb

Instance Attribute Summary

Attributes inherited from Base

#attributes

Instance Method Summary collapse

Methods inherited from Base

#deep_snake_case, define_fields, #initialize, #method_name

Constructor Details

This class inherits a constructor from Monobank::Resources::Base

Instance Method Details

#accountsObject



10
11
12
13
14
# File 'lib/monobank/resources/personal/client_info.rb', line 10

def accounts
  @attributes['accounts'].map do ||
    Monobank::Resources::Personal::Accounts.new()
  end
end