Class: GeoIP::ASN
- Inherits:
-
Struct
- Object
- Struct
- GeoIP::ASN
- Defined in:
- lib/geoip.rb
Instance Attribute Summary collapse
-
#asn ⇒ Object
Returns the value of attribute asn.
-
#number ⇒ Object
(also: #as_num)
Returns the value of attribute number.
Instance Attribute Details
#asn ⇒ Object
Returns the value of attribute asn
124 125 126 |
# File 'lib/geoip.rb', line 124 def asn @asn end |
#number ⇒ Object Also known as: as_num
Returns the value of attribute number
124 125 126 |
# File 'lib/geoip.rb', line 124 def number @number end |