Class
CIMI::Model::Schema::Struct
In:
lib/cimi/model/schema.rb
Parent:
Attribute
Methods
convert_from_json
convert_from_xml
convert_to_json
convert_to_xml
from_json
from_xml
new
to_json
to_xml
Public Class methods
new
(name, opts, &block)
Public Instance methods
convert_from_json
(json)
convert_from_xml
(xml)
convert_to_json
(model)
convert_to_xml
(model)
from_json
(json, model)
from_xml
(xml, model)
to_json
(model, json)
to_xml
(model, xml)
[Validate]