Module: MWS::Report

Defined in:
lib/mws/report.rb

Constant Summary collapse

DEFAULT_VERSION =
"2009-01-01"

Class Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(method, args = {}) ⇒ Object (private)



9
10
11
# File 'lib/mws/report.rb', line 9

def method_missing(method, args={})
  MWS::API.request(method, args, DEFAULT_VERSION)
end

Class Method Details

.method_missing(method, args = {}) ⇒ Object



9
10
11
# File 'lib/mws/report.rb', line 9

def method_missing(method, args={})
  MWS::API.request(method, args, DEFAULT_VERSION)
end