Class: Virtuozzo::SOAP::Types::Up2date::Net_classType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Up2date::Net_classType
- Defined in:
- lib/virtuozzo/soap/types/up2date.rb
Overview
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.
1283 1284 1285 1286 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1283 def initialize(id = nil, transfer = nil) @id = id @transfer = transfer end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
1280 1281 1282 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1280 def id @id end |
#transfer ⇒ Object
Returns the value of attribute transfer.
1281 1282 1283 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1281 def transfer @transfer end |