Method: Serverkit::Resources::Base#initialize
- Defined in:
- lib/serverkit/resources/base.rb
#initialize(recipe, attributes) ⇒ Base
Returns a new instance of Base.
54 55 56 57 |
# File 'lib/serverkit/resources/base.rb', line 54 def initialize(recipe, attributes) @attributes = attributes @recipe = recipe end |