Class: Dot11::PacketSet::Pair
- Inherits:
-
Struct
- Object
- Struct
- Dot11::PacketSet::Pair
- Defined in:
- lib/dot11/packetset.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/dot11/packetset.rb', line 3 def name @name end |
#value ⇒ Object
Returns the value of attribute value
3 4 5 |
# File 'lib/dot11/packetset.rb', line 3 def value @value end |