Class: Ruflet::Rails::NativeApp::Context
- Inherits:
-
Struct
- Object
- Struct
- Ruflet::Rails::NativeApp::Context
- Defined in:
- lib/ruflet/rails/native_app.rb
Instance Attribute Summary collapse
-
#match ⇒ Object
Returns the value of attribute match.
-
#path ⇒ Object
Returns the value of attribute path.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#match ⇒ Object
Returns the value of attribute match
61 62 63 |
# File 'lib/ruflet/rails/native_app.rb', line 61 def match @match end |
#path ⇒ Object
Returns the value of attribute path
61 62 63 |
# File 'lib/ruflet/rails/native_app.rb', line 61 def path @path end |
#url ⇒ Object
Returns the value of attribute url
61 62 63 |
# File 'lib/ruflet/rails/native_app.rb', line 61 def url @url end |