Class: ActiveAdmin::Favorites::ViewLens::Catalog::Entry
- Inherits:
-
Data
- Object
- Data
- ActiveAdmin::Favorites::ViewLens::Catalog::Entry
- Defined in:
- lib/activeadmin/favorites/view_lens/catalog.rb
Instance Attribute Summary collapse
-
#group ⇒ Object
readonly
Returns the value of attribute group.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
Instance Attribute Details
#group ⇒ Object (readonly)
Returns the value of attribute group
7 8 9 |
# File 'lib/activeadmin/favorites/view_lens/catalog.rb', line 7 def group @group end |
#id ⇒ Object (readonly)
Returns the value of attribute id
7 8 9 |
# File 'lib/activeadmin/favorites/view_lens/catalog.rb', line 7 def id @id end |
#label ⇒ Object (readonly)
Returns the value of attribute label
7 8 9 |
# File 'lib/activeadmin/favorites/view_lens/catalog.rb', line 7 def label @label end |