Class: Gonzui::Occurrence
- Inherits:
-
Struct
- Object
- Struct
- Gonzui::Occurrence
- Includes:
- BytenoMixin
- Defined in:
- lib/gonzui/info.rb,
lib/gonzui/info.rb
Instance Attribute Summary collapse
-
#byteno ⇒ Object
Returns the value of attribute byteno.
-
#length ⇒ Object
Returns the value of attribute length.
-
#lineno ⇒ Object
Returns the value of attribute lineno.
Method Summary
Methods included from BytenoMixin
Instance Attribute Details
#byteno ⇒ Object
Returns the value of attribute byteno
76 77 78 |
# File 'lib/gonzui/info.rb', line 76 def byteno @byteno end |
#length ⇒ Object
Returns the value of attribute length
76 77 78 |
# File 'lib/gonzui/info.rb', line 76 def length @length end |
#lineno ⇒ Object
Returns the value of attribute lineno
76 77 78 |
# File 'lib/gonzui/info.rb', line 76 def lineno @lineno end |