Method: Watchmob::Smartphone#initialize
- Defined in:
- lib/watchmob/smartphone.rb
#initialize(aukro_page, spec_pages) ⇒ Smartphone
Returns a new instance of Smartphone.
31 32 33 34 |
# File 'lib/watchmob/smartphone.rb', line 31 def initialize(aukro_page, spec_pages) @aukro_page = aukro_page @spec_pages = spec_pages end |