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
-
#appbar_signature ⇒ Object
Returns the value of attribute appbar_signature.
-
#appbar_spec ⇒ Object
Returns the value of attribute appbar_spec.
-
#body ⇒ Object
Returns the value of attribute body.
-
#drawer ⇒ Object
Returns the value of attribute drawer.
-
#drawer_signature ⇒ Object
Returns the value of attribute drawer_signature.
-
#end_drawer ⇒ Object
Returns the value of attribute end_drawer.
-
#loading ⇒ Object
Returns the value of attribute loading.
-
#rail ⇒ Object
Returns the value of attribute rail.
-
#rail_signature ⇒ Object
Returns the value of attribute rail_signature.
-
#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
#appbar_signature ⇒ Object
Returns the value of attribute appbar_signature
10 11 12 |
# File 'lib/ruflet/rails/native_app.rb', line 10 def @appbar_signature end |
#appbar_spec ⇒ Object
Returns the value of attribute appbar_spec
10 11 12 |
# File 'lib/ruflet/rails/native_app.rb', line 10 def @appbar_spec end |
#body ⇒ Object
Returns the value of attribute body
10 11 12 |
# File 'lib/ruflet/rails/native_app.rb', line 10 def body @body end |
#drawer ⇒ Object
Returns the value of attribute drawer
10 11 12 |
# File 'lib/ruflet/rails/native_app.rb', line 10 def drawer @drawer end |
#drawer_signature ⇒ Object
Returns the value of attribute drawer_signature
10 11 12 |
# File 'lib/ruflet/rails/native_app.rb', line 10 def drawer_signature @drawer_signature end |
#end_drawer ⇒ Object
Returns the value of attribute end_drawer
10 11 12 |
# File 'lib/ruflet/rails/native_app.rb', line 10 def end_drawer @end_drawer end |
#loading ⇒ Object
Returns the value of attribute loading
10 11 12 |
# File 'lib/ruflet/rails/native_app.rb', line 10 def loading @loading end |
#rail ⇒ Object
Returns the value of attribute rail
10 11 12 |
# File 'lib/ruflet/rails/native_app.rb', line 10 def rail @rail end |
#rail_signature ⇒ Object
Returns the value of attribute rail_signature
10 11 12 |
# File 'lib/ruflet/rails/native_app.rb', line 10 def rail_signature @rail_signature end |
#title_text ⇒ Object
Returns the value of attribute title_text
10 11 12 |
# File 'lib/ruflet/rails/native_app.rb', line 10 def title_text @title_text end |
#url ⇒ Object
Returns the value of attribute url
10 11 12 |
# File 'lib/ruflet/rails/native_app.rb', line 10 def url @url end |
#view ⇒ Object
Returns the value of attribute view
10 11 12 |
# File 'lib/ruflet/rails/native_app.rb', line 10 def view @view end |
#webview ⇒ Object
Returns the value of attribute webview
10 11 12 |
# File 'lib/ruflet/rails/native_app.rb', line 10 def webview @webview end |