Method: OData4::Properties::Collection#initialize
- Defined in:
- lib/odata4/properties/collection.rb
#initialize(name, value, options = {}) ⇒ Collection
Overriding default constructor to avoid converting value to string. TODO: Make this the default for all property types?
8 9 10 11 |
# File 'lib/odata4/properties/collection.rb', line 8 def initialize(name, value, = {}) super(name, value, ) self.value = value end |