Class: Virtuozzo::SOAP::Types::Scheduler::Net_deviceType::Status

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/scheduler.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.



1448
1449
1450
1451
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1448

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

Instance Attribute Details

#downObject

Returns the value of attribute down.



1446
1447
1448
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1446

def down
  @down
end

#upObject

Returns the value of attribute up.



1445
1446
1447
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1445

def up
  @up
end