Class: Virtuozzo::SOAP::Types::Envm::Net_classType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Envm::Net_classType
- Defined in:
- lib/virtuozzo/soap/types/envm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesnet_classType
id - SOAP::SOAPString
transfer - Virtuozzo::SOAP::Types::Envm::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.
741 742 743 744 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 741 def initialize(id = nil, transfer = nil) @id = id @transfer = transfer end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
738 739 740 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 738 def id @id end |
#transfer ⇒ Object
Returns the value of attribute transfer.
739 740 741 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 739 def transfer @transfer end |