Class: Autonoma::FKEdge

Inherits:
Struct
  • Object
show all
Defined in:
lib/autonoma/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#foreign_fieldObject

Returns the value of attribute foreign_field

Returns:

  • (Object)

    the current value of foreign_field



7
8
9
# File 'lib/autonoma/types.rb', line 7

def foreign_field
  @foreign_field
end

#from_modelObject

Returns the value of attribute from_model

Returns:

  • (Object)

    the current value of from_model



7
8
9
# File 'lib/autonoma/types.rb', line 7

def from_model
  @from_model
end

#local_fieldObject

Returns the value of attribute local_field

Returns:

  • (Object)

    the current value of local_field



7
8
9
# File 'lib/autonoma/types.rb', line 7

def local_field
  @local_field
end

#nullableObject

Returns the value of attribute nullable

Returns:

  • (Object)

    the current value of nullable



7
8
9
# File 'lib/autonoma/types.rb', line 7

def nullable
  @nullable
end

#to_modelObject

Returns the value of attribute to_model

Returns:

  • (Object)

    the current value of to_model



7
8
9
# File 'lib/autonoma/types.rb', line 7

def to_model
  @to_model
end