Class: Kward::Transport::Actor
- Inherits:
-
Data
- Object
- Data
- Kward::Transport::Actor
- Defined in:
- lib/kward/transport.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
9 10 11 |
# File 'lib/kward/transport.rb', line 9 def display_name @display_name end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/kward/transport.rb', line 9 def id @id end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
9 10 11 |
# File 'lib/kward/transport.rb', line 9 def @metadata end |