Class: Virtuozzo::SOAP::Types::Support::Net_nicType::Status

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



2130
2131
2132
2133
# File 'lib/virtuozzo/soap/types/support.rb', line 2130

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

Instance Attribute Details

#downObject

Returns the value of attribute down.



2128
2129
2130
# File 'lib/virtuozzo/soap/types/support.rb', line 2128

def down
  @down
end

#upObject

Returns the value of attribute up.



2127
2128
2129
# File 'lib/virtuozzo/soap/types/support.rb', line 2127

def up
  @up
end