class Monobank::Bank::Currency

Constants

ENDPOINT

Private Instance Methods

define_resources(attributes) click to toggle source
# File lib/monobank/bank/currency.rb, line 11
def define_resources(attributes)
  attributes.map do |attrs|
    Monobank::Resources::Bank::Currency.new(attrs)
  end
end
pathname() click to toggle source
# File lib/monobank/bank/currency.rb, line 17
def pathname
  ENDPOINT
end