Class: Ncn::CommandParams::List

Inherits:
Base
  • Object
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

Constructor Details

This class inherits a constructor from Ncn::CommandParams::Base

Instance Method Details

#numberObject



4
5
6
# File 'lib/ncn/command_params/list.rb', line 4

def number
  options["--number"]
end

#tagsObject



8
9
10
# File 'lib/ncn/command_params/list.rb', line 8

def tags
  options["--tags"]
end