Method: Vedeu::DSL::Composition#existing_attributes

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

#existing_attributes(name) ⇒ Hash<Symbol => void> (private)

Retrieve the attributes of the interface by name.

Parameters:

  • name (String|Symbol)

    The name of the interface.

Returns:

  • (Hash<Symbol => void>)


137
138
139
# File 'lib/vedeu/dsl/composition.rb', line 137

def existing_attributes(name)
  Vedeu.interfaces.by_name(name).attributes
end