Method: OData::Properties::Binary#value=

Defined in:
lib/odata/properties/binary.rb

#value=(new_value) ⇒ Object

Sets the property value



17
18
19
20
# File 'lib/odata/properties/binary.rb', line 17

def value=(new_value)
  validate(new_value)
  @value = parse_value(new_value)
end