Sha256: 45dc8f650177a808159ae88a4fbdefb1629acd0bcbab185a03fa735c0c35ae5b

Contents?: true

Size: 134 Bytes

Versions: 76

Compression:

Stored size: 134 Bytes

Contents

class MLS::Property::Array < MLS::Property
  
  def load(value) # from_json
    value
  end
  
  def dump(value)
    value
  end

end

Version data entries

76 entries across 76 versions & 1 rubygems

Version Path
mls-0.2.44 lib/mls/properties/array.rb
mls-0.2.43 lib/mls/properties/array.rb
mls-0.2.42 lib/mls/properties/array.rb
mls-0.2.41 lib/mls/properties/array.rb
mls-0.2.40 lib/mls/properties/array.rb
mls-0.2.39 lib/mls/properties/array.rb
mls-0.2.38 lib/mls/properties/array.rb
mls-0.2.37 lib/mls/properties/array.rb
mls-0.2.36 lib/mls/properties/array.rb
mls-0.2.35 lib/mls/properties/array.rb
mls-0.2.34 lib/mls/properties/array.rb
mls-0.2.33 lib/mls/properties/array.rb
mls-0.2.32 lib/mls/properties/array.rb
mls-0.2.31 lib/mls/properties/array.rb
mls-0.2.29 lib/mls/properties/array.rb
mls-0.2.28 lib/mls/properties/array.rb