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