Class: RubyUI::BulkActionTable::Context

Inherits:
Struct
  • Object
show all
Defined in:
lib/generators/ruby_cms/templates/components/ruby_ui/bulk_action_table/bulk_action_table.rb

Instance Attribute Summary collapse

Instance Attribute Details

#checkboxObject

Returns the value of attribute checkbox

Returns:

  • (Object)

    the current value of 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_nameObject

Returns the value of attribute controller_name

Returns:

  • (Object)

    the current value of 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