Method: Wombat::Property#initialize
- Defined in:
- lib/wombat/property.rb
permalink #initialize(options) ⇒ Property
Returns a new instance of Property.
5 6 7 8 9 10 11 |
# File 'lib/wombat/property.rb', line 5 def initialize() @name = [:name] @selector = [:selector] @format = [:format] @namespaces = [:namespaces] @callback = [:callback] end |