Class: Stub::Template::Abstract

Inherits:
Abstract
  • Object
show all
Defined in:
lib/stub/template/abstract.rb

Direct Known Subclasses

Prototype

Defined Under Namespace

Modules: Methods

Instance Method Summary collapse

Methods inherited from Abstract

inherited

Constructor Details

#initialize(resource, call_chain = nil) ⇒ Abstract

Returns a new instance of Abstract.



5
6
7
8
9
# File 'lib/stub/template/abstract.rb', line 5

def initialize resource, call_chain = nil
	@call_chain = call_chain

	super resource
end