Class: HasHelpers::Cards::Registry::DefinitionEntry
- Inherits:
-
Struct
- Object
- Struct
- HasHelpers::Cards::Registry::DefinitionEntry
- Defined in:
- app/models/has_helpers/cards/registry.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#built ⇒ Object
Returns the value of attribute built.
-
#owner ⇒ Object
Returns the value of attribute owner.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
8 9 10 |
# File 'app/models/has_helpers/cards/registry.rb', line 8 def block @block end |
#built ⇒ Object
Returns the value of attribute built
8 9 10 |
# File 'app/models/has_helpers/cards/registry.rb', line 8 def built @built end |
#owner ⇒ Object
Returns the value of attribute owner
8 9 10 |
# File 'app/models/has_helpers/cards/registry.rb', line 8 def owner @owner end |