Class: BsellerRuby::Response

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Includes:
Enumerable
Defined in:
lib/bseller_ruby/response.rb

Instance Method Summary collapse

Constructor Details

#initialize(method, savon) ⇒ Response

Returns a new instance of Response.



9
10
11
12
# File 'lib/bseller_ruby/response.rb', line 9

def initialize(method, savon)
  @method = method
  @savon = savon
end

Instance Method Details

#resultObject



14
15
16
# File 'lib/bseller_ruby/response.rb', line 14

def result
  @result = doc
end