Method: Vedeu::DSL::Interface#initialize

Defined in:
lib/vedeu/dsl/interface.rb

#initialize(model, client = nil) ⇒ Vedeu::DSL::Interface

Returns an instance of Vedeu::DSL::Interface.

Parameters:



19
20
21
22
# File 'lib/vedeu/dsl/interface.rb', line 19

def initialize(model, client = nil)
  @model  = model
  @client = client
end