Class: Sniffit::Network

Inherits:
Object
  • Object
show all
Defined in:
lib/sniffit.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bssidObject

Returns the value of attribute bssid.



8
9
10
# File 'lib/sniffit.rb', line 8

def bssid
  @bssid
end

#channelObject

Returns the value of attribute channel.



8
9
10
# File 'lib/sniffit.rb', line 8

def channel
  @channel
end

#ssidObject

Returns the value of attribute ssid.



8
9
10
# File 'lib/sniffit.rb', line 8

def ssid
  @ssid
end

#strengthObject

Returns the value of attribute strength.



8
9
10
# File 'lib/sniffit.rb', line 8

def strength
  @strength
end