Class: Maglev::ServiceContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/maglev.rb

Instance Attribute Summary collapse

Instance Attribute Details

#controllerObject

Returns the value of attribute controller

Returns:

  • (Object)

    the current value of controller



16
17
18
# File 'lib/maglev.rb', line 16

def controller
  @controller
end

#rendering_modeObject

Returns the value of attribute rendering_mode

Returns:

  • (Object)

    the current value of rendering_mode



16
17
18
# File 'lib/maglev.rb', line 16

def rendering_mode
  @rendering_mode
end