Class: Virtuozzo::SOAP::Types::Filer::RealmType

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



1262
1263
1264
1265
1266
1267
# File 'lib/virtuozzo/soap/types/filer.rb', line 1262

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.



1260
1261
1262
# File 'lib/virtuozzo/soap/types/filer.rb', line 1260

def builtin
  @builtin
end

#idObject

Returns the value of attribute id.



1257
1258
1259
# File 'lib/virtuozzo/soap/types/filer.rb', line 1257

def id
  @id
end

#nameObject

Returns the value of attribute name.



1259
1260
1261
# File 'lib/virtuozzo/soap/types/filer.rb', line 1259

def name
  @name
end

#typeObject

Returns the value of attribute type.



1258
1259
1260
# File 'lib/virtuozzo/soap/types/filer.rb', line 1258

def type
  @type
end