Class: DescribeObjectResult
- Inherits:
-
Object
- Object
- DescribeObjectResult
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#createdBy ⇒ Object
Returns the value of attribute createdBy.
-
#createdDate ⇒ Object
Returns the value of attribute createdDate.
-
#errorMessage ⇒ Object
Returns the value of attribute errorMessage.
-
#exceptionCode ⇒ Object
Returns the value of attribute exceptionCode.
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#lastModifiedBy ⇒ Object
Returns the value of attribute lastModifiedBy.
-
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
-
#objectType ⇒ Object
Returns the value of attribute objectType.
Instance Method Summary collapse
-
#initialize(createdBy = nil, createdDate = nil, lastModifiedBy = nil, lastModifiedDate = nil, exceptionCode = nil, errorMessage = nil, fields = [], objectType = nil) ⇒ DescribeObjectResult
constructor
A new instance of DescribeObjectResult.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
568 569 570 |
# File 'lib/stub/default.rb', line 568 def __xmlele_any @__xmlele_any end |
#createdBy ⇒ Object
Returns the value of attribute createdBy.
560 561 562 |
# File 'lib/stub/default.rb', line 560 def createdBy @createdBy end |
#createdDate ⇒ Object
Returns the value of attribute createdDate.
561 562 563 |
# File 'lib/stub/default.rb', line 561 def createdDate @createdDate end |
#errorMessage ⇒ Object
Returns the value of attribute errorMessage.
565 566 567 |
# File 'lib/stub/default.rb', line 565 def errorMessage @errorMessage end |
#exceptionCode ⇒ Object
Returns the value of attribute exceptionCode.
564 565 566 |
# File 'lib/stub/default.rb', line 564 def exceptionCode @exceptionCode end |
#fields ⇒ Object
Returns the value of attribute fields.
566 567 568 |
# File 'lib/stub/default.rb', line 566 def fields @fields end |
#lastModifiedBy ⇒ Object
Returns the value of attribute lastModifiedBy.
562 563 564 |
# File 'lib/stub/default.rb', line 562 def lastModifiedBy @lastModifiedBy end |
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
563 564 565 |
# File 'lib/stub/default.rb', line 563 def lastModifiedDate @lastModifiedDate end |
#objectType ⇒ Object
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 |