Class: TermUtils::FF::Cursor::Context

Inherits:
Struct
  • Object
show all
Defined in:
lib/term_utils/ff/cursor.rb

Overview

Represents a directory context.

Instance Attribute Summary collapse

Instance Attribute Details

#componentsObject

Returns the value of attribute components

Returns:

  • (Object)

    the current value of components



24
25
26
# File 'lib/term_utils/ff/cursor.rb', line 24

def components
  @components
end

#entriesObject

Returns the value of attribute entries

Returns:

  • (Object)

    the current value of entries



24
25
26
# File 'lib/term_utils/ff/cursor.rb', line 24

def entries
  @entries
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



24
25
26
# File 'lib/term_utils/ff/cursor.rb', line 24

def path
  @path
end