Class: Serverspec::Type::StaticPod
- Inherits:
-
Base
- Object
- Base
- Serverspec::Type::StaticPod
- Defined in:
- lib/pod/rspec.rb
Instance Method Summary collapse
-
#initialize(ns, podname) ⇒ StaticPod
constructor
A new instance of StaticPod.
Constructor Details
#initialize(ns, podname) ⇒ StaticPod
Returns a new instance of StaticPod.
6 7 8 9 |
# File 'lib/pod/rspec.rb', line 6 def initialize(ns, podname) @ns = ns @podname = podname end |