Class: Telm::Core::Resource::Association
- Inherits:
-
Struct
- Object
- Struct
- Telm::Core::Resource::Association
- Defined in:
- lib/telm/core/resource.rb
Instance Attribute Summary collapse
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#foreign_key ⇒ Object
Returns the value of attribute foreign_key.
-
#macro ⇒ Object
Returns the value of attribute macro.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#class_name ⇒ Object
Returns the value of attribute class_name
9 10 11 |
# File 'lib/telm/core/resource.rb', line 9 def class_name @class_name end |
#foreign_key ⇒ Object
Returns the value of attribute foreign_key
9 10 11 |
# File 'lib/telm/core/resource.rb', line 9 def foreign_key @foreign_key end |
#macro ⇒ Object
Returns the value of attribute macro
9 10 11 |
# File 'lib/telm/core/resource.rb', line 9 def macro @macro end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/telm/core/resource.rb', line 9 def name @name end |