Class: Virtuozzo::SOAP::Types::Packagem::Ip_poolType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Packagem::Ip_poolType
- Defined in:
- lib/virtuozzo/soap/types/packagem.rb
Overview
Defined Under Namespace
Classes: Ip_range
Instance Attribute Summary collapse
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#ip_range ⇒ Object
Returns the value of attribute ip_range.
Instance Method Summary collapse
-
#initialize(ip_range = [], ip = []) ⇒ Ip_poolType
constructor
A new instance of Ip_poolType.
Constructor Details
#initialize(ip_range = [], ip = []) ⇒ Ip_poolType
Returns a new instance of Ip_poolType.
1445 1446 1447 1448 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1445 def initialize(ip_range = [], ip = []) @ip_range = ip_range @ip = ip end |
Instance Attribute Details
#ip ⇒ Object
Returns the value of attribute ip.
1443 1444 1445 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1443 def ip @ip end |
#ip_range ⇒ Object
Returns the value of attribute ip_range.
1442 1443 1444 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1442 def ip_range @ip_range end |