Module: MoexRuby

Defined in:
lib/moex_ruby.rb,
lib/moex_ruby/client.rb,
lib/moex_ruby/errors.rb,
lib/moex_ruby/version.rb,
lib/moex_ruby/response.rb,
lib/moex_ruby/lazy_result.rb,
lib/moex_ruby/configuration.rb,
lib/moex_ruby/error_handler.rb,
lib/moex_ruby/client/engines.rb,
lib/moex_ruby/client/history.rb,
lib/moex_ruby/client/markets.rb,
lib/moex_ruby/data_transformer.rb,
lib/moex_ruby/client/securities.rb,
lib/moex_ruby/pagination_helper.rb,
lib/moex_ruby/connection_builder.rb,
lib/moex_ruby/faraday_connection.rb

Defined Under Namespace

Classes: Client, ClientError, Configuration, ConnectionBuilder, ConnectionError, DataTransformer, Error, ErrorHandler, FaradayConnection, HttpError, LazyResult, NetworkError, PaginationHelper, ParseError, Response, ServerError, TimeoutError

Constant Summary collapse

VERSION =
'0.0.2'

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.loggerObject

Returns the value of attribute logger.



17
18
19
# File 'lib/moex_ruby.rb', line 17

def logger
  @logger
end

Class Method Details

.versionObject



20
21
22
# File 'lib/moex_ruby.rb', line 20

def self.version
  VERSION
end