Class: Refinery::Admin::ImagePresenter::IndexEntry
- Inherits:
-
Struct
- Object
- Struct
- Refinery::Admin::ImagePresenter::IndexEntry
- Defined in:
- app/presenters/refinery/admin/image_presenter.rb
Instance Attribute Summary collapse
-
#actions ⇒ Object
Returns the value of attribute actions.
-
#edit_link ⇒ Object
Returns the value of attribute edit_link.
-
#id ⇒ Object
Returns the value of attribute id.
-
#locales ⇒ Object
Returns the value of attribute locales.
-
#text_elements ⇒ Object
Returns the value of attribute text_elements.
Instance Attribute Details
#actions ⇒ Object
Returns the value of attribute actions
72 73 74 |
# File 'app/presenters/refinery/admin/image_presenter.rb', line 72 def actions @actions end |
#edit_link ⇒ Object
Returns the value of attribute edit_link
72 73 74 |
# File 'app/presenters/refinery/admin/image_presenter.rb', line 72 def edit_link @edit_link end |
#id ⇒ Object
Returns the value of attribute id
72 73 74 |
# File 'app/presenters/refinery/admin/image_presenter.rb', line 72 def id @id end |
#locales ⇒ Object
Returns the value of attribute locales
72 73 74 |
# File 'app/presenters/refinery/admin/image_presenter.rb', line 72 def locales @locales end |
#text_elements ⇒ Object
Returns the value of attribute text_elements
72 73 74 |
# File 'app/presenters/refinery/admin/image_presenter.rb', line 72 def text_elements @text_elements end |