Class: Virtuozzo::SOAP::Types::ProcInfo::Net_nicType::Status

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



1334
1335
1336
1337
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1334

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

Instance Attribute Details

#downObject

Returns the value of attribute down.



1332
1333
1334
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1332

def down
  @down
end

#upObject

Returns the value of attribute up.



1331
1332
1333
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1331

def up
  @up
end