Method: Vedeu::Views::DefaultAttributes#attributes

Defined in:
lib/vedeu/views/default_attributes.rb

#attributesHash<Symbol => void>

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (Hash<Symbol => void>)


38
39
40
41
42
43
44
45
46
47
48
49
50
51
# File 'lib/vedeu/views/default_attributes.rb', line 38

def attributes
  {
    align:    align,
    client:   client,
    colour:   colour,
    name:     name,
    pad:      pad,
    parent:   parent,
    style:    style,
    truncate: truncate,
    width:    width,
    wordwrap: wordwrap,
  }
end