Class: RSchema::DSL::OptionalWrapper
- Inherits:
-
Struct
- Object
- Struct
- RSchema::DSL::OptionalWrapper
- Defined in:
- lib/rschema/dsl.rb
Overview
A wrapper class used only by RSchema::DSL to represent optional attributes.
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
19 20 21 |
# File 'lib/rschema/dsl.rb', line 19 def key @key end |