Class: ActiveAdmin::Favorites::Favorite::MacroCatalog::Template
- Inherits:
-
Data
- Object
- Data
- ActiveAdmin::Favorites::Favorite::MacroCatalog::Template
- Defined in:
- app/models/active_admin/favorites/favorite/macro_catalog.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
readonly
Returns the value of attribute category.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#requires_attribute ⇒ Object
readonly
Returns the value of attribute requires_attribute.
-
#resolver ⇒ Object
readonly
Returns the value of attribute resolver.
Instance Attribute Details
#category ⇒ Object (readonly)
Returns the value of attribute category
7 8 9 |
# File 'app/models/active_admin/favorites/favorite/macro_catalog.rb', line 7 def category @category end |
#key ⇒ Object (readonly)
Returns the value of attribute key
7 8 9 |
# File 'app/models/active_admin/favorites/favorite/macro_catalog.rb', line 7 def key @key end |
#requires_attribute ⇒ Object (readonly)
Returns the value of attribute requires_attribute
7 8 9 |
# File 'app/models/active_admin/favorites/favorite/macro_catalog.rb', line 7 def requires_attribute @requires_attribute end |
#resolver ⇒ Object (readonly)
Returns the value of attribute resolver
7 8 9 |
# File 'app/models/active_admin/favorites/favorite/macro_catalog.rb', line 7 def resolver @resolver end |