Class: Virtuozzo::SOAP::Drivers::Relocator::Interface_rate

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

Overview

http://www.swsoft.com/webservices/vza/4.0.0/vzatypesinterface_rate

class_id - SOAP::SOAPString
net_device_id - SOAP::SOAPString
rate - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(class_id = nil, net_device_id = nil, rate = nil) ⇒ Interface_rate

Returns a new instance of Interface_rate.



2776
2777
2778
2779
2780
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2776

def initialize(class_id = nil, net_device_id = nil, rate = nil)
  @class_id = class_id
  @net_device_id = net_device_id
  @rate = rate
end

Instance Attribute Details

#class_idObject

Returns the value of attribute class_id.



2772
2773
2774
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2772

def class_id
  @class_id
end

#net_device_idObject

Returns the value of attribute net_device_id.



2773
2774
2775
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2773

def net_device_id
  @net_device_id
end

#rateObject

Returns the value of attribute rate.



2774
2775
2776
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2774

def rate
  @rate
end