Class: Autonoma::SchemaRelation

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

Instance Attribute Summary collapse

Instance Attribute Details

#child_fieldObject

Returns the value of attribute child_field

Returns:

  • (Object)

    the current value of child_field



9
10
11
# File 'lib/autonoma/types.rb', line 9

def child_field
  @child_field
end

#child_modelObject

Returns the value of attribute child_model

Returns:

  • (Object)

    the current value of child_model



9
10
11
# File 'lib/autonoma/types.rb', line 9

def child_model
  @child_model
end

#parent_fieldObject

Returns the value of attribute parent_field

Returns:

  • (Object)

    the current value of parent_field



9
10
11
# File 'lib/autonoma/types.rb', line 9

def parent_field
  @parent_field
end

#parent_modelObject

Returns the value of attribute parent_model

Returns:

  • (Object)

    the current value of parent_model



9
10
11
# File 'lib/autonoma/types.rb', line 9

def parent_model
  @parent_model
end