Method: ESortCode::Response::Base#initialize
- Defined in:
- lib/esortcode/response/base.rb
#initialize(xml_data) ⇒ Base
Returns a new instance of Base.
6 7 8 |
# File 'lib/esortcode/response/base.rb', line 6 def initialize(xml_data) @xml = REXML::Document.new(xml_data) end |