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



622
623
624
# File 'lib/admin/base/resource.rb', line 622

def color
  @color
end

#confirmObject

Returns the value of attribute confirm

Returns:

  • (Object)

    the current value of confirm



622
623
624
# File 'lib/admin/base/resource.rb', line 622

def confirm
  @confirm
end

#iconObject

Returns the value of attribute icon

Returns:

  • (Object)

    the current value of icon



622
623
624
# File 'lib/admin/base/resource.rb', line 622

def icon
  @icon
end

#if_conditionObject

Returns the value of attribute if_condition

Returns:

  • (Object)

    the current value of if_condition



622
623
624
# File 'lib/admin/base/resource.rb', line 622

def if_condition
  @if_condition
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



622
623
624
# File 'lib/admin/base/resource.rb', line 622

def label
  @label
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



622
623
624
# File 'lib/admin/base/resource.rb', line 622

def method
  @method
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



622
623
624
# File 'lib/admin/base/resource.rb', line 622

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



622
623
624
# File 'lib/admin/base/resource.rb', line 622

def type
  @type
end

#unless_conditionObject

Returns the value of attribute unless_condition

Returns:

  • (Object)

    the current value of unless_condition



622
623
624
# File 'lib/admin/base/resource.rb', line 622

def unless_condition
  @unless_condition
end