Class: Hiera::Backend::Eyaml::Parser::TokenType
- Inherits:
-
Object
- Object
- Hiera::Backend::Eyaml::Parser::TokenType
- Defined in:
- lib/hiera/backend/eyaml/parser/token.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#regex ⇒ Object
readonly
Returns the value of attribute regex.
Instance Method Summary collapse
Instance Attribute Details
#regex ⇒ Object (readonly)
Returns the value of attribute regex.
6 7 8 |
# File 'lib/hiera/backend/eyaml/parser/token.rb', line 6 def regex @regex end |
Instance Method Details
#create_token(_string) ⇒ Object
9 10 11 |
# File 'lib/hiera/backend/eyaml/parser/token.rb', line 9 def create_token(_string) raise 'Abstract method called' end |