Class: Ua::Application::StackFrame

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

Instance Attribute Summary collapse

Instance Attribute Details

#appObject

Returns the value of attribute app

Returns:

  • (Object)

    the current value of app



266
267
268
# File 'lib/ua.rb', line 266

def app
  @app
end

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



266
267
268
# File 'lib/ua.rb', line 266

def context
  @context
end

#controllerObject

Returns the value of attribute controller

Returns:

  • (Object)

    the current value of controller



266
267
268
# File 'lib/ua.rb', line 266

def controller
  @controller
end