Class: Mxrb::Runtime::EntitySchema

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/runtime/schema_migrator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnsObject (readonly)

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



11
12
13
# File 'lib/mxrb/runtime/schema_migrator.rb', line 11

def columns
  @columns
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/mxrb/runtime/schema_migrator.rb', line 11

def name
  @name
end

#storage_keyObject (readonly)

Returns the value of attribute storage_key

Returns:

  • (Object)

    the current value of storage_key



11
12
13
# File 'lib/mxrb/runtime/schema_migrator.rb', line 11

def storage_key
  @storage_key
end

#system_membersObject (readonly)

Returns the value of attribute system_members

Returns:

  • (Object)

    the current value of system_members



11
12
13
# File 'lib/mxrb/runtime/schema_migrator.rb', line 11

def system_members
  @system_members
end

#tableObject (readonly)

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



11
12
13
# File 'lib/mxrb/runtime/schema_migrator.rb', line 11

def table
  @table
end