Class: RubyIsds::WebServices::DmOperations::Response
- Defined in:
- lib/ruby_isds/web_services/dm_operations/response.rb
Instance Attribute Summary
Attributes inherited from Response
Instance Method Summary collapse
-
#initialize(response) ⇒ Response
constructor
A new instance of Response.
Methods inherited from Response
Constructor Details
#initialize(response) ⇒ Response
Returns a new instance of Response.
5 6 7 8 9 |
# File 'lib/ruby_isds/web_services/dm_operations/response.rb', line 5 def initialize(response) super @status = ::RubyIsds::Responses::Dm::Status.new(parsed_body) @body = ::RubyIsds::Responses::Dm::Body.new(parsed_body) end |