Class: HasHelpers::Cards::CardDefinition
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- HasHelpers::Cards::CardDefinition
- Defined in:
- app/models/has_helpers/cards/card_definition.rb
Instance Attribute Summary collapse
-
#relationship ⇒ Object
Returns the value of attribute relationship.
-
#relationship_klass ⇒ Object
Returns the value of attribute relationship_klass.
Instance Attribute Details
#relationship ⇒ Object
Returns the value of attribute relationship.
8 9 10 |
# File 'app/models/has_helpers/cards/card_definition.rb', line 8 def relationship @relationship end |
#relationship_klass ⇒ Object
Returns the value of attribute relationship_klass.
8 9 10 |
# File 'app/models/has_helpers/cards/card_definition.rb', line 8 def relationship_klass @relationship_klass end |