Class: Surrealist::Builder::Schema
- Inherits:
-
Struct
- Object
- Struct
- Surrealist::Builder::Schema
- Defined in:
- lib/surrealist/builder.rb
Overview
Struct to carry schema along
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
7 8 9 |
# File 'lib/surrealist/builder.rb', line 7 def key @key end |
#value ⇒ Object
Returns the value of attribute value
7 8 9 |
# File 'lib/surrealist/builder.rb', line 7 def value @value end |