Class: XsdModel::DocumentAttributes::FakeAttr
- Inherits:
-
Struct
- Object
- Struct
- XsdModel::DocumentAttributes::FakeAttr
- Defined in:
- lib/xsd_model/document_attributes.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/xsd_model/document_attributes.rb', line 3 def name @name end |
#value ⇒ Object
Returns the value of attribute value
3 4 5 |
# File 'lib/xsd_model/document_attributes.rb', line 3 def value @value end |