Class: URIPattern::Tokenizer::Token
- Inherits:
-
Struct
- Object
- Struct
- URIPattern::Tokenizer::Token
- Defined in:
- lib/uri_pattern/tokenizer.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
Returns the value of attribute index.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index
5 6 7 |
# File 'lib/uri_pattern/tokenizer.rb', line 5 def index @index end |
#type ⇒ Object
Returns the value of attribute type
5 6 7 |
# File 'lib/uri_pattern/tokenizer.rb', line 5 def type @type end |
#value ⇒ Object
Returns the value of attribute value
5 6 7 |
# File 'lib/uri_pattern/tokenizer.rb', line 5 def value @value end |