Class: Virtuozzo::SOAP::Types::Envm::Get_private

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/envmget_private

eid - (any)
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil, name = nil) ⇒ Get_private

Returns a new instance of Get_private.



3538
3539
3540
3541
# File 'lib/virtuozzo/soap/types/envm.rb', line 3538

def initialize(eid = nil, name = nil)
  @eid = eid
  @name = name
end

Instance Attribute Details

#eidObject

Returns the value of attribute eid.



3535
3536
3537
# File 'lib/virtuozzo/soap/types/envm.rb', line 3535

def eid
  @eid
end

#nameObject

Returns the value of attribute name.



3536
3537
3538
# File 'lib/virtuozzo/soap/types/envm.rb', line 3536

def name
  @name
end