Class: Kward::Transport::Actor
- Inherits:
-
Data
- Object
- Data
- Kward::Transport::Actor
- Defined in:
- lib/kward/transport/contracts.rb
Instance Attribute Summary collapse
-
#display_name ⇒ Object
readonly
Returns the value of attribute display_name.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
Instance Attribute Details
#display_name ⇒ Object (readonly)
Returns the value of attribute display_name
10 11 12 |
# File 'lib/kward/transport/contracts.rb', line 10 def display_name @display_name end |
#id ⇒ Object (readonly)
Returns the value of attribute id
10 11 12 |
# File 'lib/kward/transport/contracts.rb', line 10 def id @id end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
10 11 12 |
# File 'lib/kward/transport/contracts.rb', line 10 def @metadata end |