Class: FortranFormatParser::State
- Inherits:
-
Struct
- Object
- Struct
- FortranFormatParser::State
- Defined in:
- ext/fortio/lib/fortio/fortran_format.rb
Instance Attribute Summary collapse
-
#continue ⇒ Object
Returns the value of attribute continue.
-
#pos0 ⇒ Object
Returns the value of attribute pos0.
-
#scale ⇒ Object
Returns the value of attribute scale.
-
#sign ⇒ Object
Returns the value of attribute sign.
-
#tab_move ⇒ Object
Returns the value of attribute tab_move.
-
#zero ⇒ Object
Returns the value of attribute zero.
Instance Attribute Details
#continue ⇒ Object
Returns the value of attribute continue
125 126 127 |
# File 'ext/fortio/lib/fortio/fortran_format.rb', line 125 def continue @continue end |
#pos0 ⇒ Object
Returns the value of attribute pos0
125 126 127 |
# File 'ext/fortio/lib/fortio/fortran_format.rb', line 125 def pos0 @pos0 end |
#scale ⇒ Object
Returns the value of attribute scale
125 126 127 |
# File 'ext/fortio/lib/fortio/fortran_format.rb', line 125 def scale @scale end |
#sign ⇒ Object
Returns the value of attribute sign
125 126 127 |
# File 'ext/fortio/lib/fortio/fortran_format.rb', line 125 def sign @sign end |
#tab_move ⇒ Object
Returns the value of attribute tab_move
125 126 127 |
# File 'ext/fortio/lib/fortio/fortran_format.rb', line 125 def tab_move @tab_move end |
#zero ⇒ Object
Returns the value of attribute zero
125 126 127 |
# File 'ext/fortio/lib/fortio/fortran_format.rb', line 125 def zero @zero end |