Class: Virtuozzo::SOAP::Types::Processm::Ip_rangeType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Processm::Ip_rangeType
- Defined in:
- lib/virtuozzo/soap/types/processm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesip_rangeType
id - SOAP::SOAPString
start_ip - (any)
subnet_mask - SOAP::SOAPInt
comment - SOAP::SOAPString
Instance Attribute Summary collapse
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#id ⇒ Object
Returns the value of attribute id.
-
#start_ip ⇒ Object
Returns the value of attribute start_ip.
-
#subnet_mask ⇒ Object
Returns the value of attribute subnet_mask.
Instance Method Summary collapse
-
#initialize(id = nil, start_ip = nil, subnet_mask = nil, comment = nil) ⇒ Ip_rangeType
constructor
A new instance of Ip_rangeType.
Constructor Details
#initialize(id = nil, start_ip = nil, subnet_mask = nil, comment = nil) ⇒ Ip_rangeType
Returns a new instance of Ip_rangeType.
1112 1113 1114 1115 1116 1117 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1112 def initialize(id = nil, start_ip = nil, subnet_mask = nil, comment = nil) @id = id @start_ip = start_ip @subnet_mask = subnet_mask @comment = comment end |
Instance Attribute Details
#comment ⇒ Object
Returns the value of attribute comment.
1110 1111 1112 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1110 def comment @comment end |
#id ⇒ Object
Returns the value of attribute id.
1107 1108 1109 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1107 def id @id end |
#start_ip ⇒ Object
Returns the value of attribute start_ip.
1108 1109 1110 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1108 def start_ip @start_ip end |
#subnet_mask ⇒ Object
Returns the value of attribute subnet_mask.
1109 1110 1111 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1109 def subnet_mask @subnet_mask end |