Object
# File lib/rkelly/js/property.rb, line 5 def initialize(name, value, binder = nil, function = nil, attributes = []) @name = name @value = value @binder = binder @function = function @attributes = attributes end