Class: Virtuozzo::SOAP::Drivers::Template::Interface_rate
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Template::Interface_rate
- Defined in:
- lib/virtuozzo/soap/drivers/template/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
-
#class_id ⇒ Object
Returns the value of attribute class_id.
-
#net_device_id ⇒ Object
Returns the value of attribute net_device_id.
-
#rate ⇒ Object
Returns the value of attribute rate.
Instance Method Summary collapse
-
#initialize(class_id = nil, net_device_id = nil, rate = nil) ⇒ Interface_rate
constructor
A new instance of Interface_rate.
Constructor Details
#initialize(class_id = nil, net_device_id = nil, rate = nil) ⇒ Interface_rate
Returns a new instance of Interface_rate.
2761 2762 2763 2764 2765 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2761 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_id ⇒ Object
Returns the value of attribute class_id.
2757 2758 2759 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2757 def class_id @class_id end |
#net_device_id ⇒ Object
Returns the value of attribute net_device_id.
2758 2759 2760 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2758 def net_device_id @net_device_id end |
#rate ⇒ Object
Returns the value of attribute rate.
2759 2760 2761 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2759 def rate @rate end |