Class: Kojac::KojacController

Inherits:
Object
  • Object
show all
Includes:
ControllerOpMethods
Defined in:
lib/kojac/kojac_controller.rb

Instance Attribute Summary collapse

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_userObject

Returns the value of attribute current_user.



5
6
7
# File 'lib/kojac/kojac_controller.rb', line 5

def current_user
  @current_user
end

#errorObject

Returns the value of attribute error.



5
6
7
# File 'lib/kojac/kojac_controller.rb', line 5

def error
  @error
end

#keyObject

Returns the value of attribute key.



5
6
7
# File 'lib/kojac/kojac_controller.rb', line 5

def key
  @key
end

#opObject

Returns the value of attribute op.



5
6
7
# File 'lib/kojac/kojac_controller.rb', line 5

def op
  @op
end

#optionsObject

Returns the value of attribute options.



5
6
7
# File 'lib/kojac/kojac_controller.rb', line 5

def options
  @options
end

#paramsObject

Returns the value of attribute params.



5
6
7
# File 'lib/kojac/kojac_controller.rb', line 5

def params
  @params
end

#valueObject

Returns the value of attribute value.



5
6
7
# File 'lib/kojac/kojac_controller.rb', line 5

def value
  @value
end

#verbObject

Returns the value of attribute verb.



5
6
7
# File 'lib/kojac/kojac_controller.rb', line 5

def verb
  @verb
end