Class: Ncn::CommandParams::List
- Inherits:
-
Base
- Object
- Base
- Ncn::CommandParams::List
show all
- Defined in:
- lib/ncn/command_params/list.rb
Instance Attribute Summary
Attributes inherited from Base
#arguments, #options
Instance Method Summary
collapse
Methods inherited from Base
#initialize
Instance Method Details
#number ⇒ Object
4
5
6
|
# File 'lib/ncn/command_params/list.rb', line 4
def number
options["--number"]
end
|
8
9
10
|
# File 'lib/ncn/command_params/list.rb', line 8
def tags
options["--tags"]
end
|