Class: OptParseBuilder::FooterArgument
- Defined in:
- lib/opt_parse_builder/footer_argument.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#footer_lines ⇒ Object
readonly
Returns the value of attribute footer_lines.
Instance Method Summary collapse
-
#initialize(footer_lines) ⇒ FooterArgument
constructor
A new instance of FooterArgument.
Methods inherited from Argument
#apply_option, #banner_lines, #key, #operand_notation, #optional, #required, #reset, #separator_lines, #shift_operand, #to_a, #value, #value=
Constructor Details
#initialize(footer_lines) ⇒ FooterArgument
Returns a new instance of FooterArgument.
6 7 8 |
# File 'lib/opt_parse_builder/footer_argument.rb', line 6 def initialize() = end |
Instance Attribute Details
#footer_lines ⇒ Object (readonly)
Returns the value of attribute footer_lines.
4 5 6 |
# File 'lib/opt_parse_builder/footer_argument.rb', line 4 def end |