Class: Actor::Messaging::Write::Substitute::Record
- Inherits:
-
Struct
- Object
- Struct
- Actor::Messaging::Write::Substitute::Record
- Defined in:
- lib/actor/messaging/write/substitute.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
19 20 21 |
# File 'lib/actor/messaging/write/substitute.rb', line 19 def address @address end |
#message ⇒ Object
Returns the value of attribute message
19 20 21 |
# File 'lib/actor/messaging/write/substitute.rb', line 19 def @message end |