Class: TermDump::Node
- Inherits:
-
Struct
- Object
- Struct
- TermDump::Node
- Defined in:
- lib/termdump/session.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#cwd ⇒ Object
Returns the value of attribute cwd.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
2 3 4 |
# File 'lib/termdump/session.rb', line 2 def command @command end |
#cwd ⇒ Object
Returns the value of attribute cwd
2 3 4 |
# File 'lib/termdump/session.rb', line 2 def cwd @cwd end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/termdump/session.rb', line 2 def name @name end |
#type ⇒ Object
Returns the value of attribute type
2 3 4 |
# File 'lib/termdump/session.rb', line 2 def type @type end |