Method: Cot::Property#initialize
- Defined in:
- lib/cot/property.rb
#initialize(params = {}) ⇒ Property
Returns a new instance of Property.
4 5 6 |
# File 'lib/cot/property.rb', line 4 def initialize(params = {}) @args = params end |
Returns a new instance of Property.
4 5 6 |
# File 'lib/cot/property.rb', line 4 def initialize(params = {}) @args = params end |