Class: SOAPPrincipal

Inherits:
Object
  • Object
show all
Defined in:
lib/default.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(iD = nil, active = nil, attributes = nil, conception = nil, description = nil, directoryID = nil, lastModified = nil, name = nil) ⇒ SOAPPrincipal

Returns a new instance of SOAPPrincipal.



83
84
85
86
87
88
89
90
91
92
# File 'lib/default.rb', line 83

def initialize(iD = nil, active = nil, attributes = nil, conception = nil, description = nil, directoryID = nil, lastModified = nil, name = nil)
  @iD = iD
  @active = active
  @attributes = attributes
  @conception = conception
  @description = description
  @directoryID = directoryID
  @lastModified = lastModified
  @name = name
end

Instance Attribute Details

#activeObject

Returns the value of attribute active.



75
76
77
# File 'lib/default.rb', line 75

def active
  @active
end

#attributesObject

Returns the value of attribute attributes.



76
77
78
# File 'lib/default.rb', line 76

def attributes
  @attributes
end

#conceptionObject

Returns the value of attribute conception.



77
78
79
# File 'lib/default.rb', line 77

def conception
  @conception
end

#descriptionObject

Returns the value of attribute description.



78
79
80
# File 'lib/default.rb', line 78

def description
  @description
end

#directoryIDObject

Returns the value of attribute directoryID.



79
80
81
# File 'lib/default.rb', line 79

def directoryID
  @directoryID
end

#iDObject

Returns the value of attribute iD.



74
75
76
# File 'lib/default.rb', line 74

def iD
  @iD
end

#lastModifiedObject

Returns the value of attribute lastModified.



80
81
82
# File 'lib/default.rb', line 80

def lastModified
  @lastModified
end

#nameObject

Returns the value of attribute name.



81
82
83
# File 'lib/default.rb', line 81

def name
  @name
end