Module: Spider::DataTypes::SerializedMixin

Includes:
Spider::DataType
Defined in:
lib/spiderfw/model/datatypes/serialized_object.rb

Instance Method Summary collapse

Methods included from Spider::DataType

#attributes, #format, included, #new, #prepare

Instance Method Details

#map(mapper_type) ⇒ Object



21
22
23
# File 'lib/spiderfw/model/datatypes/serialized_object.rb', line 21

def map(mapper_type)
    YAML::dump(self)
end