Class: MLS::Property::Array

Inherits:
MLS::Property show all
Defined in:
lib/mls/properties/array.rb

Constant Summary

Constants inherited from MLS::Property

DEFAULT_OPTIONS

Instance Attribute Summary

Attributes inherited from MLS::Property

#default, #instance_variable_name, #model, #name, #options, #reader_visibility, #writer_visibility

Instance Method Summary collapse

Methods inherited from MLS::Property

demodulized_names, determine_class, #determine_visibility, find_class, inherited, #initialize, #set_default_value

Constructor Details

This class inherits a constructor from MLS::Property

Instance Method Details

#dump(value) ⇒ Object



7
8
9
# File 'lib/mls/properties/array.rb', line 7

def dump(value)
  value
end

#load(value) ⇒ Object

from_json



3
4
5
# File 'lib/mls/properties/array.rb', line 3

def load(value) # from_json
  value
end