Class: Refinery::Admin::ImagePresenter::IndexEntry

Inherits:
Struct
  • Object
show all
Defined in:
app/presenters/refinery/admin/image_presenter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionsObject

Returns the value of attribute actions

Returns:

  • (Object)

    the current value of actions



72
73
74
# File 'app/presenters/refinery/admin/image_presenter.rb', line 72

def actions
  @actions
end

Returns the value of attribute edit_link

Returns:

  • (Object)

    the current value of edit_link



72
73
74
# File 'app/presenters/refinery/admin/image_presenter.rb', line 72

def edit_link
  @edit_link
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



72
73
74
# File 'app/presenters/refinery/admin/image_presenter.rb', line 72

def id
  @id
end

#localesObject

Returns the value of attribute locales

Returns:

  • (Object)

    the current value of locales



72
73
74
# File 'app/presenters/refinery/admin/image_presenter.rb', line 72

def locales
  @locales
end

#text_elementsObject

Returns the value of attribute text_elements

Returns:

  • (Object)

    the current value of text_elements



72
73
74
# File 'app/presenters/refinery/admin/image_presenter.rb', line 72

def text_elements
  @text_elements
end