Class: TableStructure::Schema::Row

Inherits:
Struct
  • Object
show all
Defined in:
lib/table_structure/schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



22
23
24
# File 'lib/table_structure/schema.rb', line 22

def context
  @context
end

#keysObject

Returns the value of attribute keys

Returns:

  • (Object)

    the current value of keys



22
23
24
# File 'lib/table_structure/schema.rb', line 22

def keys
  @keys
end

#valuesObject

Returns the value of attribute values

Returns:

  • (Object)

    the current value of values



22
23
24
# File 'lib/table_structure/schema.rb', line 22

def values
  @values
end