Class: AudioFeedManager::ArgumentsSpecification::Varargs
- Inherits:
-
Struct
- Object
- Struct
- AudioFeedManager::ArgumentsSpecification::Varargs
- Defined in:
- lib/audio_feed_manager/cli/arguments_specification.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#minimum ⇒ Object
Returns the value of attribute minimum.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
19 20 21 |
# File 'lib/audio_feed_manager/cli/arguments_specification.rb', line 19 def description @description end |
#minimum ⇒ Object
Returns the value of attribute minimum
19 20 21 |
# File 'lib/audio_feed_manager/cli/arguments_specification.rb', line 19 def minimum @minimum end |
#name ⇒ Object
Returns the value of attribute name
19 20 21 |
# File 'lib/audio_feed_manager/cli/arguments_specification.rb', line 19 def name @name end |
Instance Method Details
#optional ⇒ Object
28 29 30 |
# File 'lib/audio_feed_manager/cli/arguments_specification.rb', line 28 def optional false end |
#required ⇒ Object
24 25 26 |
# File 'lib/audio_feed_manager/cli/arguments_specification.rb', line 24 def required false end |
#usage_name ⇒ Object
20 21 22 |
# File 'lib/audio_feed_manager/cli/arguments_specification.rb', line 20 def usage_name "#{name.upcase}..." end |
#varargs ⇒ Object
32 33 34 |
# File 'lib/audio_feed_manager/cli/arguments_specification.rb', line 32 def varargs true end |