Method: Findi::Client#initialize
- Defined in:
- lib/findi/client.rb
#initialize(username, password) ⇒ Client
Returns a new instance of Client.
11 12 13 14 15 16 17 18 |
# File 'lib/findi/client.rb', line 11 def initialize(username, password) @username = username @password = password @devices = [] get_partition update_devices end |