Class: Rvim::Tags::Entry
- Inherits:
-
Struct
- Object
- Struct
- Rvim::Tags::Entry
- Defined in:
- lib/rvim/tags.rb
Instance Attribute Summary collapse
-
#excmd ⇒ Object
Returns the value of attribute excmd.
-
#file ⇒ Object
Returns the value of attribute file.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#excmd ⇒ Object
Returns the value of attribute excmd
5 6 7 |
# File 'lib/rvim/tags.rb', line 5 def excmd @excmd end |
#file ⇒ Object
Returns the value of attribute file
5 6 7 |
# File 'lib/rvim/tags.rb', line 5 def file @file end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/rvim/tags.rb', line 5 def name @name end |