Class: Hecks::Bluebook::Expression::CanonicalForm::Rule
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Bluebook::Expression::CanonicalForm::Rule
- Defined in:
- lib/hecks/bluebook/expression/canonical_form.rb
Instance Attribute Summary collapse
-
#boundary ⇒ Object
Returns the value of attribute boundary.
-
#position ⇒ Object
Returns the value of attribute position.
-
#replacement ⇒ Object
Returns the value of attribute replacement.
-
#source_token ⇒ Object
Returns the value of attribute source_token.
-
#strategy ⇒ Object
Returns the value of attribute strategy.
Instance Attribute Details
#boundary ⇒ Object
Returns the value of attribute boundary
8 9 10 |
# File 'lib/hecks/bluebook/expression/canonical_form.rb', line 8 def boundary @boundary end |
#position ⇒ Object
Returns the value of attribute position
8 9 10 |
# File 'lib/hecks/bluebook/expression/canonical_form.rb', line 8 def position @position end |
#replacement ⇒ Object
Returns the value of attribute replacement
8 9 10 |
# File 'lib/hecks/bluebook/expression/canonical_form.rb', line 8 def replacement @replacement end |
#source_token ⇒ Object
Returns the value of attribute source_token
8 9 10 |
# File 'lib/hecks/bluebook/expression/canonical_form.rb', line 8 def source_token @source_token end |
#strategy ⇒ Object
Returns the value of attribute strategy
8 9 10 |
# File 'lib/hecks/bluebook/expression/canonical_form.rb', line 8 def strategy @strategy end |