Class: DescribeObjectResult

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

Overview

urn:wsurn:ws.rsysurn:ws.rsys.comDescribeObjectResult

createdBy - SOAP::SOAPString
createdDate - SOAP::SOAPDateTime
lastModifiedBy - SOAP::SOAPString
lastModifiedDate - SOAP::SOAPDateTime
exceptionCode - ExceptionCode
errorMessage - SOAP::SOAPString
fields - Field
objectType - FolderObjectType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(createdBy = nil, createdDate = nil, lastModifiedBy = nil, lastModifiedDate = nil, exceptionCode = nil, errorMessage = nil, fields = [], objectType = nil) ⇒ DescribeObjectResult

Returns a new instance of DescribeObjectResult.



574
575
576
577
578
579
580
581
582
583
584
# File 'lib/stub/default.rb', line 574

def initialize(createdBy = nil, createdDate = nil, lastModifiedBy = nil, lastModifiedDate = nil, exceptionCode = nil, errorMessage = nil, fields = [], objectType = nil)
  @createdBy = createdBy
  @createdDate = createdDate
  @lastModifiedBy = lastModifiedBy
  @lastModifiedDate = lastModifiedDate
  @exceptionCode = exceptionCode
  @errorMessage = errorMessage
  @fields = fields
  @objectType = objectType
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



568
569
570
# File 'lib/stub/default.rb', line 568

def __xmlele_any
  @__xmlele_any
end

#createdByObject

Returns the value of attribute createdBy.



560
561
562
# File 'lib/stub/default.rb', line 560

def createdBy
  @createdBy
end

#createdDateObject

Returns the value of attribute createdDate.



561
562
563
# File 'lib/stub/default.rb', line 561

def createdDate
  @createdDate
end

#errorMessageObject

Returns the value of attribute errorMessage.



565
566
567
# File 'lib/stub/default.rb', line 565

def errorMessage
  @errorMessage
end

#exceptionCodeObject

Returns the value of attribute exceptionCode.



564
565
566
# File 'lib/stub/default.rb', line 564

def exceptionCode
  @exceptionCode
end

#fieldsObject

Returns the value of attribute fields.



566
567
568
# File 'lib/stub/default.rb', line 566

def fields
  @fields
end

#lastModifiedByObject

Returns the value of attribute lastModifiedBy.



562
563
564
# File 'lib/stub/default.rb', line 562

def lastModifiedBy
  @lastModifiedBy
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



563
564
565
# File 'lib/stub/default.rb', line 563

def lastModifiedDate
  @lastModifiedDate
end

#objectTypeObject

Returns the value of attribute objectType.



567
568
569
# File 'lib/stub/default.rb', line 567

def objectType
  @objectType
end

Instance Method Details

#set_any(elements) ⇒ Object



570
571
572
# File 'lib/stub/default.rb', line 570

def set_any(elements)
  @__xmlele_any = elements
end