Class: Actor::Address
- Inherits:
-
Struct
- Object
- Struct
- Actor::Address
- Defined in:
- lib/actor/address.rb,
lib/actor/address.rb
Constant Summary collapse
Instance Attribute Summary collapse
-
#stream ⇒ Object
Returns the value of attribute stream.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
Class Method Summary collapse
Instance Attribute Details
#stream ⇒ Object
Returns the value of attribute stream
2 3 4 |
# File 'lib/actor/address.rb', line 2 def stream @stream end |
#uuid ⇒ Object
Returns the value of attribute uuid
2 3 4 |
# File 'lib/actor/address.rb', line 2 def uuid @uuid end |