Class: RubyUI::BulkActionTable::Context
- Inherits:
-
Struct
- Object
- Struct
- RubyUI::BulkActionTable::Context
- Defined in:
- lib/generators/ruby_cms/templates/components/ruby_ui/bulk_action_table/bulk_action_table.rb
Instance Attribute Summary collapse
-
#checkbox ⇒ Object
Returns the value of attribute checkbox.
-
#controller_name ⇒ Object
Returns the value of attribute controller_name.
Instance Attribute Details
#checkbox ⇒ Object
Returns the value of attribute checkbox
10 11 12 |
# File 'lib/generators/ruby_cms/templates/components/ruby_ui/bulk_action_table/bulk_action_table.rb', line 10 def checkbox @checkbox end |
#controller_name ⇒ Object
Returns the value of attribute controller_name
10 11 12 |
# File 'lib/generators/ruby_cms/templates/components/ruby_ui/bulk_action_table/bulk_action_table.rb', line 10 def controller_name @controller_name end |