Class: Quonfig::SchemaData
- Inherits:
-
Struct
- Object
- Struct
- Quonfig::SchemaData
- Defined in:
- lib/quonfig/types.rb
Instance Attribute Summary collapse
-
#schema ⇒ Object
Returns the value of attribute schema.
-
#schema_type ⇒ Object
Returns the value of attribute schema_type.
Instance Attribute Details
#schema ⇒ Object
Returns the value of attribute schema
35 36 37 |
# File 'lib/quonfig/types.rb', line 35 def schema @schema end |
#schema_type ⇒ Object
Returns the value of attribute schema_type
35 36 37 |
# File 'lib/quonfig/types.rb', line 35 def schema_type @schema_type end |