Class: Virtuozzo::SOAP::Types::ProcInfo::Net_classType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ProcInfo::Net_classType
- Defined in:
- lib/virtuozzo/soap/types/proc_info.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesnet_classType
id - SOAP::SOAPString
transfer - Virtuozzo::SOAP::Types::ProcInfo::TransferType
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#transfer ⇒ Object
Returns the value of attribute transfer.
Instance Method Summary collapse
-
#initialize(id = nil, transfer = nil) ⇒ Net_classType
constructor
A new instance of Net_classType.
Constructor Details
#initialize(id = nil, transfer = nil) ⇒ Net_classType
Returns a new instance of Net_classType.
457 458 459 460 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 457 def initialize(id = nil, transfer = nil) @id = id @transfer = transfer end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
454 455 456 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 454 def id @id end |
#transfer ⇒ Object
Returns the value of attribute transfer.
455 456 457 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 455 def transfer @transfer end |