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