Class: Virtuozzo::SOAP::Drivers::Process::RealmType

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

Overview

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

id - (any)
type - SOAP::SOAPInt
name - SOAP::SOAPString
builtin - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, type = nil, name = nil, builtin = nil) ⇒ RealmType

Returns a new instance of RealmType.



1927
1928
1929
1930
1931
1932
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1927

def initialize(id = nil, type = nil, name = nil, builtin = nil)
  @id = id
  @type = type
  @name = name
  @builtin = builtin
end

Instance Attribute Details

#builtinObject

Returns the value of attribute builtin.



1925
1926
1927
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1925

def builtin
  @builtin
end

#idObject

Returns the value of attribute id.



1922
1923
1924
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1922

def id
  @id
end

#nameObject

Returns the value of attribute name.



1924
1925
1926
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1924

def name
  @name
end

#typeObject

Returns the value of attribute type.



1923
1924
1925
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1923

def type
  @type
end