Sha256: f1b466ea79f154b0af8e80bf7b2c14f0aa356afdff86a2d707824b7348875a7a

Contents?: true

Size: 172 Bytes

Versions: 5

Compression:

Stored size: 172 Bytes

Contents

module Arlo
  class API
    def get_profile
      profile = get 'https://arlo.netgear.com/hmsweb/users/profile'
      @profile = JSON.parse(profile.body)
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
arlo-0.0.8 lib/arlo/profile.rb
arlo-0.0.7 lib/arlo/profile.rb
arlo-0.0.6 lib/arlo/profile.rb
arlo-0.0.5 lib/arlo/profile.rb
arlo-0.0.4 lib/arlo/profile.rb