Class: Virtuozzo::SOAP::Types::Authm::Dir_realmType
- Defined in:
- lib/virtuozzo/soap/types/authm.rb
Overview
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#base_dn ⇒ Object
Returns the value of attribute base_dn.
-
#builtin ⇒ Object
Returns the value of attribute builtin.
-
#default_dn ⇒ Object
Returns the value of attribute default_dn.
-
#id ⇒ Object
Returns the value of attribute id.
-
#login ⇒ Object
Returns the value of attribute login.
-
#name ⇒ Object
Returns the value of attribute name.
-
#port ⇒ Object
Returns the value of attribute port.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(id = nil, type = nil, name = nil, builtin = nil, address = nil, port = nil, base_dn = nil, default_dn = nil, login = nil) ⇒ Dir_realmType
constructor
A new instance of Dir_realmType.
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, login = nil) @id = id @type = type @name = name @builtin = builtin @address = address @port = port @base_dn = base_dn @default_dn = default_dn @login = login end |
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
1249 1250 1251 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1249 def address @address end |
#base_dn ⇒ Object
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 |
#builtin ⇒ Object
Returns the value of attribute builtin.
1248 1249 1250 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1248 def builtin @builtin end |
#default_dn ⇒ Object
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 |
#id ⇒ Object
Returns the value of attribute id.
1245 1246 1247 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1245 def id @id end |
#login ⇒ Object
Returns the value of attribute login.
1253 1254 1255 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1253 def login @login end |
#name ⇒ Object
Returns the value of attribute name.
1247 1248 1249 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1247 def name @name end |
#port ⇒ Object
Returns the value of attribute port.
1250 1251 1252 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1250 def port @port end |
#type ⇒ Object
Returns the value of attribute type.
1246 1247 1248 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1246 def type @type end |