Class: TermDump::Node

Inherits:
Struct
  • Object
show all
Defined in:
lib/termdump/session.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



2
3
4
# File 'lib/termdump/session.rb', line 2

def command
  @command
end

#cwdObject

Returns the value of attribute cwd

Returns:

  • (Object)

    the current value of cwd



2
3
4
# File 'lib/termdump/session.rb', line 2

def cwd
  @cwd
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



2
3
4
# File 'lib/termdump/session.rb', line 2

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



2
3
4
# File 'lib/termdump/session.rb', line 2

def type
  @type
end