Class: Virtuozzo::SOAP::Types::Up2date::Net_deviceType::Status

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



2122
2123
2124
2125
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2122

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

Instance Attribute Details

#downObject

Returns the value of attribute down.



2120
2121
2122
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2120

def down
  @down
end

#upObject

Returns the value of attribute up.



2119
2120
2121
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2119

def up
  @up
end