Class: Maglev::ServiceContext
- Inherits:
-
Struct
- Object
- Struct
- Maglev::ServiceContext
- Defined in:
- lib/maglev.rb
Instance Attribute Summary collapse
-
#controller ⇒ Object
Returns the value of attribute controller.
-
#rendering_mode ⇒ Object
Returns the value of attribute rendering_mode.
-
#site ⇒ Object
Returns the value of attribute site.
Instance Attribute Details
#controller ⇒ Object
Returns the value of attribute controller
17 18 19 |
# File 'lib/maglev.rb', line 17 def controller @controller end |
#rendering_mode ⇒ Object
Returns the value of attribute rendering_mode
17 18 19 |
# File 'lib/maglev.rb', line 17 def rendering_mode @rendering_mode end |
#site ⇒ Object
Returns the value of attribute site
17 18 19 |
# File 'lib/maglev.rb', line 17 def site @site end |