Class: RubyIsds::Responses::Messages::Envelope
- Inherits:
-
RubyIsds::Response
- Object
- RubyIsds::Response
- RubyIsds::Responses::Messages::Envelope
- Defined in:
- lib/ruby_isds/responses/messages/envelope.rb
Instance Attribute Summary
Attributes inherited from RubyIsds::Response
Instance Method Summary collapse
-
#initialize(response) ⇒ Envelope
constructor
A new instance of Envelope.
- #message ⇒ Object
Methods inherited from RubyIsds::Response
Constructor Details
#initialize(response) ⇒ Envelope
Returns a new instance of Envelope.
5 6 7 |
# File 'lib/ruby_isds/responses/messages/envelope.rb', line 5 def initialize(response) super end |
Instance Method Details
#message ⇒ Object
9 10 11 |
# File 'lib/ruby_isds/responses/messages/envelope.rb', line 9 def ::RubyIsds::DataMessage.new() end |