Module: SoapyYandex

Defined in:
lib/soapy_yandex.rb,
lib/soapy_yandex/error.rb,
lib/soapy_yandex/client.rb,
lib/soapy_yandex/request.rb,
lib/soapy_yandex/version.rb,
lib/soapy_yandex/response.rb,
lib/soapy_yandex/money_client.rb

Defined Under Namespace

Classes: Client, Error, MoneyClient, Request, Response, ServerError

Constant Summary collapse

CURRENCY_DEMO_RUBLES =
10643
CURRENCY_RUBLES =
643
VERSION =
'0.0.6'

Class Method Summary collapse

Class Method Details

.rootObject



19
20
21
# File 'lib/soapy_yandex.rb', line 19

def self.root
  Pathname.new(File.expand_path(File.join(__FILE__, '..', '..')))
end