Class: Enterprisifier::Marshalling::XSD::Schema::Restriction
- Inherits:
-
Object
- Object
- Enterprisifier::Marshalling::XSD::Schema::Restriction
- Includes:
- SchemaComposition
- Defined in:
- lib/enterprisifier/marshalling/xsd/schema/restriction.rb
Instance Attribute Summary collapse
-
#base ⇒ Object
readonly
Returns the value of attribute base.
Instance Method Summary collapse
-
#initialize(base) ⇒ Restriction
constructor
A new instance of Restriction.
Methods included from SchemaComposition
Constructor Details
#initialize(base) ⇒ Restriction
Returns a new instance of Restriction.
20 21 22 23 |
# File 'lib/enterprisifier/marshalling/xsd/schema/restriction.rb', line 20 def initialize(base) super @base = base end |
Instance Attribute Details
#base ⇒ Object (readonly)
Returns the value of attribute base.
18 19 20 |
# File 'lib/enterprisifier/marshalling/xsd/schema/restriction.rb', line 18 def base @base end |