Class: Virtuozzo::SOAP::Types::Authm::Dir_realmType

Inherits:
RealmType
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/authm.rb

Overview

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

id - (any)
type - SOAP::SOAPInt
name - SOAP::SOAPString
builtin - (any)
address - SOAP::SOAPString
port - SOAP::SOAPInt
base_dn - SOAP::SOAPString
default_dn - SOAP::SOAPString
 - Virtuozzo::SOAP::Types::Authm::LoginType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, type = nil, name = nil, builtin = nil, address = nil, port = nil, base_dn = nil, default_dn = nil, login = nil) ⇒ Dir_realmType

Returns a new instance of Dir_realmType.



1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
# File 'lib/virtuozzo/soap/types/authm.rb', line 1255

def initialize(id = nil, type = nil, name = nil, builtin = nil, address = nil, port = nil, base_dn = nil, default_dn = nil,  = nil)
  @id = id
  @type = type
  @name = name
  @builtin = builtin
  @address = address
  @port = port
  @base_dn = base_dn
  @default_dn = default_dn
  @login = 
end

Instance Attribute Details

#addressObject

Returns the value of attribute address.



1249
1250
1251
# File 'lib/virtuozzo/soap/types/authm.rb', line 1249

def address
  @address
end

#base_dnObject

Returns the value of attribute base_dn.



1251
1252
1253
# File 'lib/virtuozzo/soap/types/authm.rb', line 1251

def base_dn
  @base_dn
end

#builtinObject

Returns the value of attribute builtin.



1248
1249
1250
# File 'lib/virtuozzo/soap/types/authm.rb', line 1248

def builtin
  @builtin
end

#default_dnObject

Returns the value of attribute default_dn.



1252
1253
1254
# File 'lib/virtuozzo/soap/types/authm.rb', line 1252

def default_dn
  @default_dn
end

#idObject

Returns the value of attribute id.



1245
1246
1247
# File 'lib/virtuozzo/soap/types/authm.rb', line 1245

def id
  @id
end

#loginObject

Returns the value of attribute login.



1253
1254
1255
# File 'lib/virtuozzo/soap/types/authm.rb', line 1253

def 
  @login
end

#nameObject

Returns the value of attribute name.



1247
1248
1249
# File 'lib/virtuozzo/soap/types/authm.rb', line 1247

def name
  @name
end

#portObject

Returns the value of attribute port.



1250
1251
1252
# File 'lib/virtuozzo/soap/types/authm.rb', line 1250

def port
  @port
end

#typeObject

Returns the value of attribute type.



1246
1247
1248
# File 'lib/virtuozzo/soap/types/authm.rb', line 1246

def type
  @type
end