Class: Ea::Export::Xsd::ClassMapping::Mapping
- Inherits:
-
Struct
- Object
- Struct
- Ea::Export::Xsd::ClassMapping::Mapping
- Defined in:
- lib/ea/export/xsd/class_mapping.rb
Instance Attribute Summary collapse
-
#element ⇒ Object
Returns the value of attribute element.
-
#name ⇒ Object
Returns the value of attribute name.
-
#property_type ⇒ Object
Returns the value of attribute property_type.
-
#type ⇒ Object
Returns the value of attribute type.
-
#type_content ⇒ Object
Returns the value of attribute type_content.
Instance Attribute Details
#element ⇒ Object
Returns the value of attribute element
25 26 27 |
# File 'lib/ea/export/xsd/class_mapping.rb', line 25 def element @element end |
#name ⇒ Object
Returns the value of attribute name
25 26 27 |
# File 'lib/ea/export/xsd/class_mapping.rb', line 25 def name @name end |
#property_type ⇒ Object
Returns the value of attribute property_type
25 26 27 |
# File 'lib/ea/export/xsd/class_mapping.rb', line 25 def property_type @property_type end |
#type ⇒ Object
Returns the value of attribute type
25 26 27 |
# File 'lib/ea/export/xsd/class_mapping.rb', line 25 def type @type end |
#type_content ⇒ Object
Returns the value of attribute type_content
25 26 27 |
# File 'lib/ea/export/xsd/class_mapping.rb', line 25 def type_content @type_content end |