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