Class: WIP::CLI::Base
- Inherits:
-
Object
- Object
- WIP::CLI::Base
- Defined in:
- lib/wip/cli/base.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
Returns the value of attribute config.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
- #get(options = {}) ⇒ Object
-
#initialize(path) ⇒ Base
constructor
A new instance of Base.
Constructor Details
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config.
4 5 6 |
# File 'lib/wip/cli/base.rb', line 4 def config @config end |
#path ⇒ Object (readonly)
Returns the value of attribute path.
4 5 6 |
# File 'lib/wip/cli/base.rb', line 4 def path @path end |
Instance Method Details
#get(options = {}) ⇒ Object
11 12 13 |
# File 'lib/wip/cli/base.rb', line 11 def get( = {}) raise NotImplementedError end |