Class: Mxrb::Runtime::AssociationSchema

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

Instance Attribute Summary collapse

Instance Attribute Details

#from_entityObject (readonly)

Returns the value of attribute from_entity

Returns:

  • (Object)

    the current value of from_entity



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

def from_entity
  @from_entity
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#qualified_nameObject (readonly)

Returns the value of attribute qualified_name

Returns:

  • (Object)

    the current value of qualified_name



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

def qualified_name
  @qualified_name
end

#storage_keyObject (readonly)

Returns the value of attribute storage_key

Returns:

  • (Object)

    the current value of storage_key



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

def storage_key
  @storage_key
end

#tableObject (readonly)

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



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

def table
  @table
end

#to_entityObject (readonly)

Returns the value of attribute to_entity

Returns:

  • (Object)

    the current value of to_entity



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

def to_entity
  @to_entity
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end