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