Method: RubyApp::Elements::Mobile::Link#initialize

Defined in:
lib/ruby_app/elements/mobile/link.rb

#initializeLink

Returns a new instance of Link.



12
13
14
15
# File 'lib/ruby_app/elements/mobile/link.rb', line 12

def initialize
  super
  self.attributes.merge!('href' => '#')
end