Class: Virtuozzo::SOAP::Drivers::Device::Remove_forward

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/devmremove_forward

forward - Virtuozzo::SOAP::Drivers::Device::Forward
force - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(forward = nil, force = nil) ⇒ Remove_forward

Returns a new instance of Remove_forward.



3116
3117
3118
3119
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 3116

def initialize(forward = nil, force = nil)
  @forward = forward
  @force = force
end

Instance Attribute Details

#forceObject

Returns the value of attribute force.



3114
3115
3116
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 3114

def force
  @force
end

#forwardObject

Returns the value of attribute forward.



3113
3114
3115
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 3113

def forward
  @forward
end