Class: Admin::Base::Resource::ActionDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/admin/base/resource.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colorObject

Returns the value of attribute color

Returns:

  • (Object)

    the current value of color



534
535
536
# File 'lib/admin/base/resource.rb', line 534

def color
  @color
end

#confirmObject

Returns the value of attribute confirm

Returns:

  • (Object)

    the current value of confirm



534
535
536
# File 'lib/admin/base/resource.rb', line 534

def confirm
  @confirm
end

#iconObject

Returns the value of attribute icon

Returns:

  • (Object)

    the current value of icon



534
535
536
# File 'lib/admin/base/resource.rb', line 534

def icon
  @icon
end

#if_conditionObject

Returns the value of attribute if_condition

Returns:

  • (Object)

    the current value of if_condition



534
535
536
# File 'lib/admin/base/resource.rb', line 534

def if_condition
  @if_condition
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



534
535
536
# File 'lib/admin/base/resource.rb', line 534

def label
  @label
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



534
535
536
# File 'lib/admin/base/resource.rb', line 534

def method
  @method
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



534
535
536
# File 'lib/admin/base/resource.rb', line 534

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



534
535
536
# File 'lib/admin/base/resource.rb', line 534

def type
  @type
end

#unless_conditionObject

Returns the value of attribute unless_condition

Returns:

  • (Object)

    the current value of unless_condition



534
535
536
# File 'lib/admin/base/resource.rb', line 534

def unless_condition
  @unless_condition
end