Class: Reflection

Inherits:
Struct
  • Object
show all
Defined in:
lib/ambition/test/helper.rb

Instance Attribute Summary collapse

Instance Attribute Details

#macroObject

Returns the value of attribute macro

Returns:

  • (Object)

    the current value of macro



29
30
31
# File 'lib/ambition/test/helper.rb', line 29

def macro
  @macro
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



29
30
31
# File 'lib/ambition/test/helper.rb', line 29

def name
  @name
end

#primary_key_nameObject

Returns the value of attribute primary_key_name

Returns:

  • (Object)

    the current value of primary_key_name



29
30
31
# File 'lib/ambition/test/helper.rb', line 29

def primary_key_name
  @primary_key_name
end

#table_nameObject

Returns the value of attribute table_name

Returns:

  • (Object)

    the current value of table_name



29
30
31
# File 'lib/ambition/test/helper.rb', line 29

def table_name
  @table_name
end