Class: Cradlepoint::WlanSurvey
- Inherits:
-
CradlepointObject
- Object
- CradlepointObject
- Cradlepoint::WlanSurvey
- Defined in:
- lib/cradlepoint/wlan_survey.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#router ⇒ Object
Returns the value of attribute router.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(router = nil) ⇒ WlanSurvey
constructor
A new instance of WlanSurvey.
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
#data ⇒ Object
Returns the value of attribute data.
4 5 6 |
# File 'lib/cradlepoint/wlan_survey.rb', line 4 def data @data end |
#router ⇒ Object
Returns the value of attribute router.
4 5 6 |
# File 'lib/cradlepoint/wlan_survey.rb', line 4 def router @router end |
Class Method Details
.get ⇒ Object
14 15 16 |
# File 'lib/cradlepoint/wlan_survey.rb', line 14 def self.get # ... end |
.rel_url ⇒ Object
10 11 12 |
# File 'lib/cradlepoint/wlan_survey.rb', line 10 def self.rel_url '/remote/status/wlan/survey' end |