Class: Abot::Info::OptionParser::Option

Inherits:
Struct
  • Object
show all
Defined in:
lib/abot/info/option_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#requiredObject

Returns the value of attribute required



13
14
15
# File 'lib/abot/info/option_parser.rb', line 13

def required
  @required
end

#typeObject

Returns the value of attribute type



13
14
15
# File 'lib/abot/info/option_parser.rb', line 13

def type
  @type
end

#valueObject

Returns the value of attribute value



13
14
15
# File 'lib/abot/info/option_parser.rb', line 13

def value
  @value
end