Class: FixedWidthDSL::FormatString::Field
- Inherits:
-
Struct
- Object
- Struct
- FixedWidthDSL::FormatString::Field
- Defined in:
- lib/fixed_width_dsl.rb
Instance Attribute Summary collapse
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#flags ⇒ Object
Returns the value of attribute flags
3 4 5 |
# File 'lib/fixed_width_dsl.rb', line 3 def flags @flags end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/fixed_width_dsl.rb', line 3 def name @name end |
#type ⇒ Object
Returns the value of attribute type
3 4 5 |
# File 'lib/fixed_width_dsl.rb', line 3 def type @type end |
#width ⇒ Object
Returns the value of attribute width
3 4 5 |
# File 'lib/fixed_width_dsl.rb', line 3 def width @width end |