Class: Ua::Application::StackFrame
- Inherits:
-
Struct
- Object
- Struct
- Ua::Application::StackFrame
- Defined in:
- lib/ua.rb
Instance Attribute Summary collapse
-
#app ⇒ Object
Returns the value of attribute app.
-
#context ⇒ Object
Returns the value of attribute context.
-
#controller ⇒ Object
Returns the value of attribute controller.
Instance Attribute Details
#app ⇒ Object
Returns the value of attribute app
266 267 268 |
# File 'lib/ua.rb', line 266 def app @app end |
#context ⇒ Object
Returns the value of attribute context
266 267 268 |
# File 'lib/ua.rb', line 266 def context @context end |
#controller ⇒ Object
Returns the value of attribute controller
266 267 268 |
# File 'lib/ua.rb', line 266 def controller @controller end |