Class: Dapp::Kube::Kubernetes::Manager::Base
- Inherits:
-
Object
- Object
- Dapp::Kube::Kubernetes::Manager::Base
- Defined in:
- lib/dapp/kube/kubernetes/manager/base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#dapp ⇒ Object
readonly
Returns the value of attribute dapp.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(dapp, name) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(dapp, name) ⇒ Base
Returns a new instance of Base.
8 9 10 11 |
# File 'lib/dapp/kube/kubernetes/manager/base.rb', line 8 def initialize(dapp, name) @dapp = dapp @name = name end |
Instance Attribute Details
#dapp ⇒ Object (readonly)
Returns the value of attribute dapp.
5 6 7 |
# File 'lib/dapp/kube/kubernetes/manager/base.rb', line 5 def dapp @dapp end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
6 7 8 |
# File 'lib/dapp/kube/kubernetes/manager/base.rb', line 6 def name @name end |