Class: Kubes::Kubectl::Fetch::Base
- Inherits:
-
Object
- Object
- Kubes::Kubectl::Fetch::Base
- Extended by:
- Memoist
- Defined in:
- lib/kubes/kubectl/fetch/base.rb
Direct Known Subclasses
Instance Method Summary collapse
- #fetch(kind) ⇒ Object
-
#initialize(options = {}) ⇒ Base
constructor
A new instance of Base.
- #namespace ⇒ Object
Methods included from Util::Sh
Methods included from Logging
Constructor Details
#initialize(options = {}) ⇒ Base
Returns a new instance of Base.
9 10 11 |
# File 'lib/kubes/kubectl/fetch/base.rb', line 9 def initialize(={}) @options = end |