Class: Tokenize::Tokagram
- Inherits:
-
Struct
- Object
- Struct
- Tokenize::Tokagram
- Defined in:
- lib/ieparser_extension.rb
Instance Attribute Summary collapse
-
#finder ⇒ Object
Returns the value of attribute finder.
-
#path ⇒ Object
Returns the value of attribute path.
-
#tag_id ⇒ Object
Returns the value of attribute tag_id.
Instance Attribute Details
#finder ⇒ Object
Returns the value of attribute finder
310 311 312 |
# File 'lib/ieparser_extension.rb', line 310 def finder @finder end |
#path ⇒ Object
Returns the value of attribute path
310 311 312 |
# File 'lib/ieparser_extension.rb', line 310 def path @path end |
#tag_id ⇒ Object
Returns the value of attribute tag_id
310 311 312 |
# File 'lib/ieparser_extension.rb', line 310 def tag_id @tag_id end |