Class: TermUtils::FF::Cursor::Context
- Inherits:
-
Struct
- Object
- Struct
- TermUtils::FF::Cursor::Context
- Defined in:
- lib/term_utils/ff/cursor.rb
Overview
Represents a directory context.
Instance Attribute Summary collapse
-
#components ⇒ Object
Returns the value of attribute components.
-
#entries ⇒ Object
Returns the value of attribute entries.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#components ⇒ Object
Returns the value of attribute components
24 25 26 |
# File 'lib/term_utils/ff/cursor.rb', line 24 def components @components end |
#entries ⇒ Object
Returns the value of attribute entries
24 25 26 |
# File 'lib/term_utils/ff/cursor.rb', line 24 def entries @entries end |
#path ⇒ Object
Returns the value of attribute path
24 25 26 |
# File 'lib/term_utils/ff/cursor.rb', line 24 def path @path end |