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.4.0 lib/mls/properties/array.rb
mls-0.3.8 lib/mls/properties/array.rb
mls-0.3.7 lib/mls/properties/array.rb
mls-0.3.6 lib/mls/properties/array.rb
mls-0.3.5 lib/mls/properties/array.rb
mls-0.3.4 lib/mls/properties/array.rb
mls-0.3.3 lib/mls/properties/array.rb
mls-0.3.2 lib/mls/properties/array.rb
mls-0.3.1 lib/mls/properties/array.rb
mls-0.3.0 lib/mls/properties/array.rb
mls-0.2.54 lib/mls/properties/array.rb
mls-0.2.53 lib/mls/properties/array.rb
mls-0.2.52 lib/mls/properties/array.rb
mls-0.2.51 lib/mls/properties/array.rb
mls-0.2.50 lib/mls/properties/array.rb
mls-0.2.49 lib/mls/properties/array.rb
mls-0.2.48 lib/mls/properties/array.rb
mls-0.2.47 lib/mls/properties/array.rb
mls-0.2.46 lib/mls/properties/array.rb
mls-0.2.45 lib/mls/properties/array.rb