Class: Virtuozzo::SOAP::Types::Resourcem::Net_deviceType::Status

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

Overview

inner class for member: status http://www.swsoft.com/webservices/vzl/4.0.0/typesstatus

up - (any)
down - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(up = nil, down = nil) ⇒ Status

Returns a new instance of Status.



1355
1356
1357
1358
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1355

def initialize(up = nil, down = nil)
  @up = up
  @down = down
end

Instance Attribute Details

#downObject

Returns the value of attribute down.



1353
1354
1355
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1353

def down
  @down
end

#upObject

Returns the value of attribute up.



1352
1353
1354
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1352

def up
  @up
end