Class: AtwrTools::Finding
- Inherits:
-
Struct
- Object
- Struct
- AtwrTools::Finding
- Defined in:
- lib/atwr_tools.rb
Instance Attribute Summary collapse
-
#character ⇒ Object
Returns the value of attribute character.
-
#code_point ⇒ Object
Returns the value of attribute code_point.
-
#index ⇒ Object
Returns the value of attribute index.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#character ⇒ Object
Returns the value of attribute character
52 53 54 |
# File 'lib/atwr_tools.rb', line 52 def character @character end |
#code_point ⇒ Object
Returns the value of attribute code_point
52 53 54 |
# File 'lib/atwr_tools.rb', line 52 def code_point @code_point end |
#index ⇒ Object
Returns the value of attribute index
52 53 54 |
# File 'lib/atwr_tools.rb', line 52 def index @index end |
#name ⇒ Object
Returns the value of attribute name
52 53 54 |
# File 'lib/atwr_tools.rb', line 52 def name @name end |