Class: Ruflet::Rails::NativeApp::Screen

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

Instance Attribute Summary collapse

Instance Attribute Details

#appbar_signatureObject

Returns the value of attribute appbar_signature

Returns:

  • (Object)

    the current value of appbar_signature



10
11
12
# File 'lib/ruflet/rails/native_app.rb', line 10

def appbar_signature
  @appbar_signature
end

#appbar_specObject

Returns the value of attribute appbar_spec

Returns:

  • (Object)

    the current value of appbar_spec



10
11
12
# File 'lib/ruflet/rails/native_app.rb', line 10

def appbar_spec
  @appbar_spec
end

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



10
11
12
# File 'lib/ruflet/rails/native_app.rb', line 10

def body
  @body
end

#drawerObject

Returns the value of attribute drawer

Returns:

  • (Object)

    the current value of drawer



10
11
12
# File 'lib/ruflet/rails/native_app.rb', line 10

def drawer
  @drawer
end

#drawer_signatureObject

Returns the value of attribute drawer_signature

Returns:

  • (Object)

    the current value of drawer_signature



10
11
12
# File 'lib/ruflet/rails/native_app.rb', line 10

def drawer_signature
  @drawer_signature
end

#end_drawerObject

Returns the value of attribute end_drawer

Returns:

  • (Object)

    the current value of end_drawer



10
11
12
# File 'lib/ruflet/rails/native_app.rb', line 10

def end_drawer
  @end_drawer
end

#loadingObject

Returns the value of attribute loading

Returns:

  • (Object)

    the current value of loading



10
11
12
# File 'lib/ruflet/rails/native_app.rb', line 10

def loading
  @loading
end

#railObject

Returns the value of attribute rail

Returns:

  • (Object)

    the current value of rail



10
11
12
# File 'lib/ruflet/rails/native_app.rb', line 10

def rail
  @rail
end

#rail_signatureObject

Returns the value of attribute rail_signature

Returns:

  • (Object)

    the current value of rail_signature



10
11
12
# File 'lib/ruflet/rails/native_app.rb', line 10

def rail_signature
  @rail_signature
end

#title_textObject

Returns the value of attribute title_text

Returns:

  • (Object)

    the current value of title_text



10
11
12
# File 'lib/ruflet/rails/native_app.rb', line 10

def title_text
  @title_text
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



10
11
12
# File 'lib/ruflet/rails/native_app.rb', line 10

def url
  @url
end

#viewObject

Returns the value of attribute view

Returns:

  • (Object)

    the current value of view



10
11
12
# File 'lib/ruflet/rails/native_app.rb', line 10

def view
  @view
end

#webviewObject

Returns the value of attribute webview

Returns:

  • (Object)

    the current value of webview



10
11
12
# File 'lib/ruflet/rails/native_app.rb', line 10

def webview
  @webview
end