Class: Admin::Base::Resource::ActionDefinition
- Inherits:
-
Struct
- Object
- Struct
- Admin::Base::Resource::ActionDefinition
- Defined in:
- lib/admin/base/resource.rb
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
-
#confirm ⇒ Object
Returns the value of attribute confirm.
-
#icon ⇒ Object
Returns the value of attribute icon.
-
#if_condition ⇒ Object
Returns the value of attribute if_condition.
-
#label ⇒ Object
Returns the value of attribute label.
-
#method ⇒ Object
Returns the value of attribute method.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
-
#unless_condition ⇒ Object
Returns the value of attribute unless_condition.
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color
534 535 536 |
# File 'lib/admin/base/resource.rb', line 534 def color @color end |
#confirm ⇒ Object
Returns the value of attribute confirm
534 535 536 |
# File 'lib/admin/base/resource.rb', line 534 def confirm @confirm end |
#icon ⇒ Object
Returns the value of attribute icon
534 535 536 |
# File 'lib/admin/base/resource.rb', line 534 def icon @icon end |
#if_condition ⇒ Object
Returns the value of attribute if_condition
534 535 536 |
# File 'lib/admin/base/resource.rb', line 534 def if_condition @if_condition end |
#label ⇒ Object
Returns the value of attribute label
534 535 536 |
# File 'lib/admin/base/resource.rb', line 534 def label @label end |
#method ⇒ Object
Returns the value of attribute method
534 535 536 |
# File 'lib/admin/base/resource.rb', line 534 def method @method end |
#name ⇒ Object
Returns the value of attribute name
534 535 536 |
# File 'lib/admin/base/resource.rb', line 534 def name @name end |
#type ⇒ Object
Returns the value of attribute type
534 535 536 |
# File 'lib/admin/base/resource.rb', line 534 def type @type end |
#unless_condition ⇒ Object
Returns the value of attribute unless_condition
534 535 536 |
# File 'lib/admin/base/resource.rb', line 534 def unless_condition @unless_condition end |