Class: Reflection
- Inherits:
-
Struct
- Object
- Struct
- Reflection
- Defined in:
- lib/ambition/test/helper.rb
Instance Attribute Summary collapse
-
#macro ⇒ Object
Returns the value of attribute macro.
-
#name ⇒ Object
Returns the value of attribute name.
-
#primary_key_name ⇒ Object
Returns the value of attribute primary_key_name.
-
#table_name ⇒ Object
Returns the value of attribute table_name.
Instance Attribute Details
#macro ⇒ Object
Returns the value of attribute macro
29 30 31 |
# File 'lib/ambition/test/helper.rb', line 29 def macro @macro end |
#name ⇒ Object
Returns the value of attribute name
29 30 31 |
# File 'lib/ambition/test/helper.rb', line 29 def name @name end |
#primary_key_name ⇒ Object
Returns the value of attribute primary_key_name
29 30 31 |
# File 'lib/ambition/test/helper.rb', line 29 def primary_key_name @primary_key_name end |
#table_name ⇒ Object
Returns the value of attribute table_name
29 30 31 |
# File 'lib/ambition/test/helper.rb', line 29 def table_name @table_name end |