Class: TableStructure::Schema::Row
- Inherits:
-
Struct
- Object
- Struct
- TableStructure::Schema::Row
- Defined in:
- lib/table_structure/schema.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
Returns the value of attribute context.
-
#keys ⇒ Object
Returns the value of attribute keys.
-
#values ⇒ Object
Returns the value of attribute values.
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context
22 23 24 |
# File 'lib/table_structure/schema.rb', line 22 def context @context end |
#keys ⇒ Object
Returns the value of attribute keys
22 23 24 |
# File 'lib/table_structure/schema.rb', line 22 def keys @keys end |
#values ⇒ Object
Returns the value of attribute values
22 23 24 |
# File 'lib/table_structure/schema.rb', line 22 def values @values end |