Class: Virtuozzo::SOAP::Types::Relocator::Venv_configType_::Interface_rate

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

Overview

inner class for member: interface_rate http://www.swsoft.com/webservices/vza/4.0.0/vzatypesinterface_rate

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Interface_rate.



714
715
716
717
# File 'lib/virtuozzo/soap/types/relocator.rb', line 714

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

Instance Attribute Details

#class_idObject

Returns the value of attribute class_id.



711
712
713
# File 'lib/virtuozzo/soap/types/relocator.rb', line 711

def class_id
  @class_id
end

#rateObject

Returns the value of attribute rate.



712
713
714
# File 'lib/virtuozzo/soap/types/relocator.rb', line 712

def rate
  @rate
end