Class: Virtuozzo::SOAP::Types::Scheduler::Net_classType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/scheduler.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.



610
611
612
613
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 610

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



607
608
609
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 607

def id
  @id
end

#transferObject

Returns the value of attribute transfer.



608
609
610
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 608

def transfer
  @transfer
end