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

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



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

def kind
  @kind
end

#title_textObject

Returns the value of attribute title_text

Returns:

  • (Object)

    the current value of title_text



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

def title_text
  @title_text
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



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

def url
  @url
end

#viewObject

Returns the value of attribute view

Returns:

  • (Object)

    the current value of view



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

def view
  @view
end

#webviewObject

Returns the value of attribute webview

Returns:

  • (Object)

    the current value of webview



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

def webview
  @webview
end