Method: Vedeu::Views::View#attributes

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

#attributesHash

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)


88
89
90
91
92
93
94
95
96
97
98
99
100
# File 'lib/vedeu/views/view.rb', line 88

def attributes
  {
    client:         client,
    colour:         colour,
    cursor_visible: cursor_visible,
    name:           name,
    parent:         parent,
    style:          style,
    value:          value,
    wordwrap:       wordwrap,
    zindex:         zindex,
  }
end