Class: Autonoma::SchemaInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#edgesObject

Returns the value of attribute edges

Returns:

  • (Object)

    the current value of edges



11
12
13
# File 'lib/autonoma/types.rb', line 11

def edges
  @edges
end

#modelsObject

Returns the value of attribute models

Returns:

  • (Object)

    the current value of models



11
12
13
# File 'lib/autonoma/types.rb', line 11

def models
  @models
end

#relationsObject

Returns the value of attribute relations

Returns:

  • (Object)

    the current value of relations



11
12
13
# File 'lib/autonoma/types.rb', line 11

def relations
  @relations
end

#scope_fieldObject

Returns the value of attribute scope_field

Returns:

  • (Object)

    the current value of scope_field



11
12
13
# File 'lib/autonoma/types.rb', line 11

def scope_field
  @scope_field
end