Class: BgpTools::ASPrefix
- Inherits:
-
Struct
- Object
- Struct
- BgpTools::ASPrefix
- Defined in:
- lib/bgp_tools.rb
Instance Attribute Summary collapse
-
#ip_addr ⇒ Object
Returns the value of attribute ip_addr.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#ip_addr ⇒ Object
Returns the value of attribute ip_addr
8 9 10 |
# File 'lib/bgp_tools.rb', line 8 def ip_addr @ip_addr end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/bgp_tools.rb', line 8 def name @name end |