Class: UsageMod::ArgumentParserPlugin
- Inherits:
-
Object
- Object
- UsageMod::ArgumentParserPlugin
- Defined in:
- lib/Usage.rb
Direct Known Subclasses
FilePlugin, FileReadLinesPlugin, FloatArgumentPlugin, IntegerArgumentPlugin, TimeArgumentPlugin
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
- #close ⇒ Object
-
#initialize(usage_ui, str) ⇒ ArgumentParserPlugin
constructor
A new instance of ArgumentParserPlugin.
Constructor Details
#initialize(usage_ui, str) ⇒ ArgumentParserPlugin
Returns a new instance of ArgumentParserPlugin.
413 414 |
# File 'lib/Usage.rb', line 413 def initialize(usage_ui, str) end |
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value.
411 412 413 |
# File 'lib/Usage.rb', line 411 def value @value end |
Instance Method Details
#close ⇒ Object
416 417 |
# File 'lib/Usage.rb', line 416 def close end |