Class: Command::Argument
- Inherits:
-
Struct
- Object
- Struct
- Command::Argument
- Defined in:
- lib/command/argument.rb
Instance Attribute Summary collapse
-
#bare ⇒ Object
Returns the value of attribute bare.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
-
#usage ⇒ Object
Returns the value of attribute usage.
Instance Attribute Details
#bare ⇒ Object
Returns the value of attribute bare
10 11 12 |
# File 'lib/command/argument.rb', line 10 def @bare end |
#description ⇒ Object
Returns the value of attribute description
10 11 12 |
# File 'lib/command/argument.rb', line 10 def description @description end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/command/argument.rb', line 10 def name @name end |
#type ⇒ Object
Returns the value of attribute type
10 11 12 |
# File 'lib/command/argument.rb', line 10 def type @type end |
#usage ⇒ Object
Returns the value of attribute usage
10 11 12 |
# File 'lib/command/argument.rb', line 10 def usage @usage end |