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



18
19
20
# File 'lib/maglev.rb', line 18

def controller
  @controller
end

#rendering_modeObject

Returns the value of attribute rendering_mode

Returns:

  • (Object)

    the current value of rendering_mode



18
19
20
# File 'lib/maglev.rb', line 18

def rendering_mode
  @rendering_mode
end

#siteObject

Returns the value of attribute site

Returns:

  • (Object)

    the current value of site



18
19
20
# File 'lib/maglev.rb', line 18

def site
  @site
end