class Safrano::Edm::Edm::Binary

Binary is a String with the BINARY encoding

Public Class Methods

convert_from_urlparam(v) click to toggle source
# File lib/odata/edm/primitive_types.rb, line 160
def self.convert_from_urlparam(v)
  Contract.valid(v.dup.force_encoding('BINARY'))
end