Class: Virtuozzo::SOAP::Types::Up2date::RealmType

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



1978
1979
1980
1981
1982
1983
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1978

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.



1976
1977
1978
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1976

def builtin
  @builtin
end

#idObject

Returns the value of attribute id.



1973
1974
1975
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1973

def id
  @id
end

#nameObject

Returns the value of attribute name.



1975
1976
1977
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1975

def name
  @name
end

#typeObject

Returns the value of attribute type.



1974
1975
1976
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1974

def type
  @type
end