Module: RubyDmm
- Defined in:
- lib/ruby_dmm.rb,
lib/ruby_dmm/client.rb,
lib/ruby_dmm/version.rb,
lib/ruby_dmm/response.rb
Defined Under Namespace
Classes: Client, Response
Constant Summary
collapse
- VERSION =
"0.1.0"
Class Method Summary
collapse
Class Method Details
.new(options = {}) ⇒ Object
6
7
8
|
# File 'lib/ruby_dmm.rb', line 6
def self.new(options = {})
RubyDmm::Client.new(options)
end
|