Class: Kward::Transport::Host::SessionHandle
- Inherits:
-
Data
- Object
- Data
- Kward::Transport::Host::SessionHandle
- Defined in:
- lib/kward/transport/host.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#workspace_root ⇒ Object
readonly
Returns the value of attribute workspace_root.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
11 12 13 |
# File 'lib/kward/transport/host.rb', line 11 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
11 12 13 |
# File 'lib/kward/transport/host.rb', line 11 def name @name end |
#workspace_root ⇒ Object (readonly)
Returns the value of attribute workspace_root
11 12 13 |
# File 'lib/kward/transport/host.rb', line 11 def workspace_root @workspace_root end |