Class: Virtuozzo::SOAP::Types::Backupm::Net_classType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/backupm.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, transfer = nil) ⇒ Net_classType

Returns a new instance of Net_classType.



694
695
696
697
# File 'lib/virtuozzo/soap/types/backupm.rb', line 694

def initialize(id = nil, transfer = nil)
  @id = id
  @transfer = transfer
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



691
692
693
# File 'lib/virtuozzo/soap/types/backupm.rb', line 691

def id
  @id
end

#transferObject

Returns the value of attribute transfer.



692
693
694
# File 'lib/virtuozzo/soap/types/backupm.rb', line 692

def transfer
  @transfer
end