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