Class: Raven::MessageInterface
- Defined in:
- lib/raven/interfaces/message.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#params ⇒ Object
Returns the value of attribute params.
Instance Method Summary collapse
-
#initialize(*arguments) ⇒ MessageInterface
constructor
A new instance of MessageInterface.
Methods inherited from Interface
Constructor Details
#initialize(*arguments) ⇒ MessageInterface
Returns a new instance of MessageInterface.
9 10 11 12 |
# File 'lib/raven/interfaces/message.rb', line 9 def initialize(*arguments) self.params = [] super(*arguments) end |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
6 7 8 |
# File 'lib/raven/interfaces/message.rb', line 6 def @message end |
#params ⇒ Object
Returns the value of attribute params.
7 8 9 |
# File 'lib/raven/interfaces/message.rb', line 7 def params @params end |