Class: Kojac::KojacController
- Inherits:
-
Object
- Object
- Kojac::KojacController
- Includes:
- ControllerOpMethods
- Defined in:
- lib/kojac/kojac_controller.rb
Instance Attribute Summary collapse
-
#current_user ⇒ Object
Returns the value of attribute current_user.
-
#error ⇒ Object
Returns the value of attribute error.
-
#key ⇒ Object
Returns the value of attribute key.
-
#op ⇒ Object
Returns the value of attribute op.
-
#options ⇒ Object
Returns the value of attribute options.
-
#params ⇒ Object
Returns the value of attribute params.
-
#value ⇒ Object
Returns the value of attribute value.
-
#verb ⇒ Object
Returns the value of attribute verb.
Method Summary
Methods included from ControllerOpMethods
add_op, create_on_association, create_op, current_ring, destroy_op, execute_op, included, kojac_setup, read_op, remove_op, results, update_op
Instance Attribute Details
#current_user ⇒ Object
Returns the value of attribute current_user.
5 6 7 |
# File 'lib/kojac/kojac_controller.rb', line 5 def current_user @current_user end |
#error ⇒ Object
Returns the value of attribute error.
5 6 7 |
# File 'lib/kojac/kojac_controller.rb', line 5 def error @error end |
#key ⇒ Object
Returns the value of attribute key.
5 6 7 |
# File 'lib/kojac/kojac_controller.rb', line 5 def key @key end |
#op ⇒ Object
Returns the value of attribute op.
5 6 7 |
# File 'lib/kojac/kojac_controller.rb', line 5 def op @op end |
#options ⇒ Object
Returns the value of attribute options.
5 6 7 |
# File 'lib/kojac/kojac_controller.rb', line 5 def @options end |
#params ⇒ Object
Returns the value of attribute params.
5 6 7 |
# File 'lib/kojac/kojac_controller.rb', line 5 def params @params end |
#value ⇒ Object
Returns the value of attribute value.
5 6 7 |
# File 'lib/kojac/kojac_controller.rb', line 5 def value @value end |
#verb ⇒ Object
Returns the value of attribute verb.
5 6 7 |
# File 'lib/kojac/kojac_controller.rb', line 5 def verb @verb end |