Class: CrudComponents::Presenters::Actions::Item

Inherits:
Struct
  • Object
show all
Defined in:
lib/crud_components/presenters/actions.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



7
8
9
# File 'lib/crud_components/presenters/actions.rb', line 7

def action
  @action
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



7
8
9
# File 'lib/crud_components/presenters/actions.rb', line 7

def path
  @path
end