Class: ActiveAdmin::Favorites::Favorite::MacroCatalog::Template

Inherits:
Data
  • Object
show all
Defined in:
app/models/active_admin/favorites/favorite/macro_catalog.rb

Instance Attribute Summary collapse

Instance Attribute Details

#categoryObject (readonly)

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



7
8
9
# File 'app/models/active_admin/favorites/favorite/macro_catalog.rb', line 7

def category
  @category
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



7
8
9
# File 'app/models/active_admin/favorites/favorite/macro_catalog.rb', line 7

def key
  @key
end

#requires_attributeObject (readonly)

Returns the value of attribute requires_attribute

Returns:

  • (Object)

    the current value of requires_attribute



7
8
9
# File 'app/models/active_admin/favorites/favorite/macro_catalog.rb', line 7

def requires_attribute
  @requires_attribute
end

#resolverObject (readonly)

Returns the value of attribute resolver

Returns:

  • (Object)

    the current value of resolver



7
8
9
# File 'app/models/active_admin/favorites/favorite/macro_catalog.rb', line 7

def resolver
  @resolver
end