Method: Hyalite::ElementObject#initialize

Defined in:
lib/hyalite/element.rb

#initialize(type, key, ref, owner, props) ⇒ ElementObject

Returns a new instance of ElementObject.



6
7
8
9
10
11
12
# File 'lib/hyalite/element.rb', line 6

def initialize(type, key, ref, owner, props)
  @type = type
  @key = key
  @ref = ref
  @owner = owner
  @props = props
end