Class: Ruflet::Rails::NativeApp::Context

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruflet/rails/native_app.rb

Instance Attribute Summary collapse

Instance Attribute Details

#matchObject

Returns the value of attribute match

Returns:

  • (Object)

    the current value of match



61
62
63
# File 'lib/ruflet/rails/native_app.rb', line 61

def match
  @match
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



61
62
63
# File 'lib/ruflet/rails/native_app.rb', line 61

def path
  @path
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



61
62
63
# File 'lib/ruflet/rails/native_app.rb', line 61

def url
  @url
end