Class: Gissuel::CLI
- Inherits:
-
Thor
- Object
- Thor
- Gissuel::CLI
- Defined in:
- lib/gissuel/cli.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
readonly
Returns the value of attribute index.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#repo ⇒ Object
readonly
Returns the value of attribute repo.
-
#verbose ⇒ Object
readonly
Returns the value of attribute verbose.
Instance Method Summary collapse
Instance Attribute Details
#index ⇒ Object (readonly)
Returns the value of attribute index.
4 5 6 |
# File 'lib/gissuel/cli.rb', line 4 def index @index end |
#label ⇒ Object (readonly)
Returns the value of attribute label.
4 5 6 |
# File 'lib/gissuel/cli.rb', line 4 def label @label end |
#repo ⇒ Object (readonly)
Returns the value of attribute repo.
4 5 6 |
# File 'lib/gissuel/cli.rb', line 4 def repo @repo end |
#verbose ⇒ Object (readonly)
Returns the value of attribute verbose.
4 5 6 |
# File 'lib/gissuel/cli.rb', line 4 def verbose @verbose end |