Class: Virtuozzo::SOAP::Types::Backupm::RealmType

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



1389
1390
1391
1392
1393
1394
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1389

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.



1387
1388
1389
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1387

def builtin
  @builtin
end

#idObject

Returns the value of attribute id.



1384
1385
1386
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1384

def id
  @id
end

#nameObject

Returns the value of attribute name.



1386
1387
1388
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1386

def name
  @name
end

#typeObject

Returns the value of attribute type.



1385
1386
1387
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1385

def type
  @type
end