Class: Rubycli::OptionDefinition
- Inherits:
-
Struct
- Object
- Struct
- Rubycli::OptionDefinition
- Defined in:
- lib/rubycli/types.rb
Instance Attribute Summary collapse
-
#allowed_values ⇒ Object
Returns the value of attribute allowed_values.
-
#boolean_flag ⇒ Object
Returns the value of attribute boolean_flag.
-
#default_value ⇒ Object
Returns the value of attribute default_value.
-
#description ⇒ Object
Returns the value of attribute description.
-
#doc_format ⇒ Object
Returns the value of attribute doc_format.
-
#inline_type_annotation ⇒ Object
Returns the value of attribute inline_type_annotation.
-
#inline_type_text ⇒ Object
Returns the value of attribute inline_type_text.
-
#keyword ⇒ Object
Returns the value of attribute keyword.
-
#long ⇒ Object
Returns the value of attribute long.
-
#optional_value ⇒ Object
Returns the value of attribute optional_value.
-
#requires_value ⇒ Object
Returns the value of attribute requires_value.
-
#short ⇒ Object
Returns the value of attribute short.
-
#types ⇒ Object
Returns the value of attribute types.
-
#value_name ⇒ Object
Returns the value of attribute value_name.
Instance Attribute Details
#allowed_values ⇒ Object
Returns the value of attribute allowed_values
4 5 6 |
# File 'lib/rubycli/types.rb', line 4 def allowed_values @allowed_values end |
#boolean_flag ⇒ Object
Returns the value of attribute boolean_flag
4 5 6 |
# File 'lib/rubycli/types.rb', line 4 def boolean_flag @boolean_flag end |
#default_value ⇒ Object
Returns the value of attribute default_value
4 5 6 |
# File 'lib/rubycli/types.rb', line 4 def default_value @default_value end |
#description ⇒ Object
Returns the value of attribute description
4 5 6 |
# File 'lib/rubycli/types.rb', line 4 def description @description end |
#doc_format ⇒ Object
Returns the value of attribute doc_format
4 5 6 |
# File 'lib/rubycli/types.rb', line 4 def doc_format @doc_format end |
#inline_type_annotation ⇒ Object
Returns the value of attribute inline_type_annotation
4 5 6 |
# File 'lib/rubycli/types.rb', line 4 def inline_type_annotation @inline_type_annotation end |
#inline_type_text ⇒ Object
Returns the value of attribute inline_type_text
4 5 6 |
# File 'lib/rubycli/types.rb', line 4 def inline_type_text @inline_type_text end |
#keyword ⇒ Object
Returns the value of attribute keyword
4 5 6 |
# File 'lib/rubycli/types.rb', line 4 def keyword @keyword end |
#long ⇒ Object
Returns the value of attribute long
4 5 6 |
# File 'lib/rubycli/types.rb', line 4 def long @long end |
#optional_value ⇒ Object
Returns the value of attribute optional_value
4 5 6 |
# File 'lib/rubycli/types.rb', line 4 def optional_value @optional_value end |
#requires_value ⇒ Object
Returns the value of attribute requires_value
4 5 6 |
# File 'lib/rubycli/types.rb', line 4 def requires_value @requires_value end |
#short ⇒ Object
Returns the value of attribute short
4 5 6 |
# File 'lib/rubycli/types.rb', line 4 def short @short end |
#types ⇒ Object
Returns the value of attribute types
4 5 6 |
# File 'lib/rubycli/types.rb', line 4 def types @types end |
#value_name ⇒ Object
Returns the value of attribute value_name
4 5 6 |
# File 'lib/rubycli/types.rb', line 4 def value_name @value_name end |