Class: DescribeObjectResult

Inherits:
Object
  • Object
show all
Defined in:
lib/metal/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.



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

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.



569
570
571
# File 'lib/metal/default.rb', line 569

def __xmlele_any
  @__xmlele_any
end

#createdByObject

Returns the value of attribute createdBy.



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

def createdBy
  @createdBy
end

#createdDateObject

Returns the value of attribute createdDate.



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

def createdDate
  @createdDate
end

#errorMessageObject

Returns the value of attribute errorMessage.



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

def errorMessage
  @errorMessage
end

#exceptionCodeObject

Returns the value of attribute exceptionCode.



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

def exceptionCode
  @exceptionCode
end

#fieldsObject

Returns the value of attribute fields.



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

def fields
  @fields
end

#lastModifiedByObject

Returns the value of attribute lastModifiedBy.



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

def lastModifiedBy
  @lastModifiedBy
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



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

def lastModifiedDate
  @lastModifiedDate
end

#objectTypeObject

Returns the value of attribute objectType.



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

def objectType
  @objectType
end

Instance Method Details

#set_any(elements) ⇒ Object



571
572
573
# File 'lib/metal/default.rb', line 571

def set_any(elements)
  @__xmlele_any = elements
end