Class: Phashion::TextMatch
- Inherits:
-
Struct
- Object
- Struct
- Phashion::TextMatch
- Defined in:
- lib/phashion.rb
Instance Attribute Summary collapse
-
#first_index ⇒ Object
Returns the value of attribute first_index.
-
#length ⇒ Object
Returns the value of attribute length.
-
#second_index ⇒ Object
Returns the value of attribute second_index.
Instance Attribute Details
#first_index ⇒ Object
Returns the value of attribute first_index
13 14 15 |
# File 'lib/phashion.rb', line 13 def first_index @first_index end |
#length ⇒ Object
Returns the value of attribute length
13 14 15 |
# File 'lib/phashion.rb', line 13 def length @length end |
#second_index ⇒ Object
Returns the value of attribute second_index
13 14 15 |
# File 'lib/phashion.rb', line 13 def second_index @second_index end |