Class: BgpTools::BGPPeer

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

Instance Attribute Summary collapse

Instance Attribute Details

#asObject

Returns the value of attribute as

Returns:

  • (Object)

    the current value of as



9
10
11
# File 'lib/bgp_tools.rb', line 9

def as
  @as
end

#ipv6Object

Returns the value of attribute ipv6

Returns:

  • (Object)

    the current value of ipv6



9
10
11
# File 'lib/bgp_tools.rb', line 9

def ipv6
  @ipv6
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/bgp_tools.rb', line 9

def name
  @name
end

#rankObject

Returns the value of attribute rank

Returns:

  • (Object)

    the current value of rank



9
10
11
# File 'lib/bgp_tools.rb', line 9

def rank
  @rank
end