Class: Rubycli::PositionalDefinition
- Inherits:
-
Struct
- Object
- Struct
- Rubycli::PositionalDefinition
- Defined in:
- lib/rubycli/types.rb
Instance Attribute Summary collapse
-
#allowed_values ⇒ Object
Returns the value of attribute allowed_values.
-
#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.
-
#label ⇒ Object
Returns the value of attribute label.
-
#param_name ⇒ Object
Returns the value of attribute param_name.
-
#placeholder ⇒ Object
Returns the value of attribute placeholder.
-
#types ⇒ Object
Returns the value of attribute types.
Instance Attribute Details
#allowed_values ⇒ Object
Returns the value of attribute allowed_values
11 12 13 |
# File 'lib/rubycli/types.rb', line 11 def allowed_values @allowed_values end |
#default_value ⇒ Object
Returns the value of attribute default_value
11 12 13 |
# File 'lib/rubycli/types.rb', line 11 def default_value @default_value end |
#description ⇒ Object
Returns the value of attribute description
11 12 13 |
# File 'lib/rubycli/types.rb', line 11 def description @description end |
#doc_format ⇒ Object
Returns the value of attribute doc_format
11 12 13 |
# File 'lib/rubycli/types.rb', line 11 def doc_format @doc_format end |
#inline_type_annotation ⇒ Object
Returns the value of attribute inline_type_annotation
11 12 13 |
# File 'lib/rubycli/types.rb', line 11 def inline_type_annotation @inline_type_annotation end |
#inline_type_text ⇒ Object
Returns the value of attribute inline_type_text
11 12 13 |
# File 'lib/rubycli/types.rb', line 11 def inline_type_text @inline_type_text end |
#label ⇒ Object
Returns the value of attribute label
11 12 13 |
# File 'lib/rubycli/types.rb', line 11 def label @label end |
#param_name ⇒ Object
Returns the value of attribute param_name
11 12 13 |
# File 'lib/rubycli/types.rb', line 11 def param_name @param_name end |
#placeholder ⇒ Object
Returns the value of attribute placeholder
11 12 13 |
# File 'lib/rubycli/types.rb', line 11 def placeholder @placeholder end |
#types ⇒ Object
Returns the value of attribute types
11 12 13 |
# File 'lib/rubycli/types.rb', line 11 def types @types end |