Class: MetadataCop::CLI
- Inherits:
-
Object
- Object
- MetadataCop::CLI
- Defined in:
- lib/metadatacop/cli.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ CLI
constructor
A new instance of CLI.
- #run(*paths) ⇒ Object
Constructor Details
#initialize(options = {}) ⇒ CLI
Returns a new instance of CLI.
5 6 7 |
# File 'lib/metadatacop/cli.rb', line 5 def initialize( = {}) @options = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
3 4 5 |
# File 'lib/metadatacop/cli.rb', line 3 def @options end |