Class: Abot::Info::OptionParser::Option
- Inherits:
-
Struct
- Object
- Struct
- Abot::Info::OptionParser::Option
- Defined in:
- lib/abot/info/option_parser.rb
Instance Attribute Summary collapse
-
#required ⇒ Object
Returns the value of attribute required.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#required ⇒ Object
Returns the value of attribute required
13 14 15 |
# File 'lib/abot/info/option_parser.rb', line 13 def required @required end |
#type ⇒ Object
Returns the value of attribute type
13 14 15 |
# File 'lib/abot/info/option_parser.rb', line 13 def type @type end |
#value ⇒ Object
Returns the value of attribute value
13 14 15 |
# File 'lib/abot/info/option_parser.rb', line 13 def value @value end |