module Monobank

Constants

VERSION

Attributes

token[RW]

Public Class Methods

client() click to toggle source
# File lib/monobank.rb, line 9
def self.client
  @client ||= Client.new
end