Class: BsellerRuby::Tracking
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Class Method Summary collapse
Methods inherited from Base
api, authentication, call, camelize, collection_name, create, execute, get, get_wsdl, #initialize, json_parse, post, put, to_params, ws
Constructor Details
This class inherits a constructor from BsellerRuby::Base
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
3 4 5 |
# File 'lib/bseller_ruby/tracking.rb', line 3 def response @response end |
Class Method Details
.confirm(params) ⇒ Object
9 10 11 |
# File 'lib/bseller_ruby/tracking.rb', line 9 def self.confirm(params) call(:confirma_consulta_tracking, params).result end |
.list(params) ⇒ Object
5 6 7 |
# File 'lib/bseller_ruby/tracking.rb', line 5 def self.list(params) call(:consulta_tracking, params).result end |