Class: Virtuozzo::SOAP::Types::ProcInfo::Net_addressType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ProcInfo::Net_addressType
- Defined in:
- lib/virtuozzo/soap/types/proc_info.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesnet_addressType
host - (any)
mask - (any)
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#mask ⇒ Object
Returns the value of attribute mask.
Instance Method Summary collapse
-
#initialize(host = nil, mask = nil) ⇒ Net_addressType
constructor
A new instance of Net_addressType.
Constructor Details
#initialize(host = nil, mask = nil) ⇒ Net_addressType
Returns a new instance of Net_addressType.
444 445 446 447 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 444 def initialize(host = nil, mask = nil) @host = host @mask = mask end |
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host.
441 442 443 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 441 def host @host end |
#mask ⇒ Object
Returns the value of attribute mask.
442 443 444 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 442 def mask @mask end |