Class: Virtuozzo::SOAP::Types::Support::RealmType

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



1938
1939
1940
1941
1942
1943
# File 'lib/virtuozzo/soap/types/support.rb', line 1938

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.



1936
1937
1938
# File 'lib/virtuozzo/soap/types/support.rb', line 1936

def builtin
  @builtin
end

#idObject

Returns the value of attribute id.



1933
1934
1935
# File 'lib/virtuozzo/soap/types/support.rb', line 1933

def id
  @id
end

#nameObject

Returns the value of attribute name.



1935
1936
1937
# File 'lib/virtuozzo/soap/types/support.rb', line 1935

def name
  @name
end

#typeObject

Returns the value of attribute type.



1934
1935
1936
# File 'lib/virtuozzo/soap/types/support.rb', line 1934

def type
  @type
end