Method: RubyApp::Elements::Mobile::Navigation::NavigationLink#initialize

Defined in:
lib/ruby_app/elements/mobile/navigation/navigation_link.rb

#initializeNavigationLink

Returns a new instance of NavigationLink.



16
17
18
19
# File 'lib/ruby_app/elements/mobile/navigation/navigation_link.rb', line 16

def initialize
  super
  @options = RubyApp::Elements::Mobile::Navigation::NavigationLink.default_options
end