Method: Vedeu::DSL::Interface#attributes

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

#attributesHash (private)

Returns:

  • (Hash)


254
255
256
257
258
259
# File 'lib/vedeu/dsl/interface.rb', line 254

def attributes
  {
    client: client,
    parent: model,
  }
end