Class: Cradlepoint::WlanSurvey

Inherits:
CradlepointObject show all
Defined in:
lib/cradlepoint/wlan_survey.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CradlepointObject

build_new_url, #build_new_url, #build_url, build_url, #params

Constructor Details

#initialize(router = nil) ⇒ WlanSurvey

Returns a new instance of WlanSurvey.



6
7
8
# File 'lib/cradlepoint/wlan_survey.rb', line 6

def initialize(router = nil)
  self.router = router
end

Instance Attribute Details

#dataObject

Returns the value of attribute data.



4
5
6
# File 'lib/cradlepoint/wlan_survey.rb', line 4

def data
  @data
end

#routerObject

Returns the value of attribute router.



4
5
6
# File 'lib/cradlepoint/wlan_survey.rb', line 4

def router
  @router
end

Class Method Details

.getObject



14
15
16
# File 'lib/cradlepoint/wlan_survey.rb', line 14

def self.get
  # ...
end

.rel_urlObject



10
11
12
# File 'lib/cradlepoint/wlan_survey.rb', line 10

def self.rel_url
  '/remote/status/wlan/survey'
end