Class: FixedWidthDSL::FormatString::Field

Inherits:
Struct
  • Object
show all
Defined in:
lib/fixed_width_dsl.rb

Instance Attribute Summary collapse

Instance Attribute Details

#flagsObject

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



3
4
5
# File 'lib/fixed_width_dsl.rb', line 3

def flags
  @flags
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/fixed_width_dsl.rb', line 3

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



3
4
5
# File 'lib/fixed_width_dsl.rb', line 3

def type
  @type
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



3
4
5
# File 'lib/fixed_width_dsl.rb', line 3

def width
  @width
end