Class: Virtuozzo::SOAP::Types::Networkm::Ip_routeType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/networkm.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(destination = nil, gateway = nil) ⇒ Ip_routeType

Returns a new instance of Ip_routeType.



1680
1681
1682
1683
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1680

def initialize(destination = nil, gateway = nil)
  @destination = destination
  @gateway = gateway
end

Instance Attribute Details

#destinationObject

Returns the value of attribute destination.



1677
1678
1679
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1677

def destination
  @destination
end

#gatewayObject

Returns the value of attribute gateway.



1678
1679
1680
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1678

def gateway
  @gateway
end