Class
CIMI::Model::Schema::Attribute
In:
lib/cimi/model/schema.rb
Parent:
Object
Attributes describe how we extract values from XML/JSON
Methods
from_json
from_xml
new
to_json
to_xml
Attributes
json_name
[R]
name
[R]
xml_name
[R]
Public Class methods
new
(name, opts = {})
Public Instance methods
from_json
(json, model)
from_xml
(xml, model)
to_json
(model, json)
to_xml
(model, xml)
[Validate]