Class: Etapper::API::Note
- Inherits:
-
Object
- Object
- Etapper::API::Note
- Defined in:
- lib/etapper/api/service.rb
Overview
etapestryAPI/serviceNote
accountName - SOAP::SOAPString
accountRef - SOAP::SOAPString
- Etapper::API::ArrayOfAttachment
createdDate - SOAP::SOAPDateTime
date - SOAP::SOAPDateTime
definedValues - Etapper::API::ArrayOfDefinedValue
final - SOAP::SOAPBoolean
immutable - SOAP::SOAPBoolean
lastModifiedDate - SOAP::SOAPDateTime
note - SOAP::SOAPString
ref - SOAP::SOAPString
type - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#accountName ⇒ Object
Returns the value of attribute accountName.
-
#accountRef ⇒ Object
Returns the value of attribute accountRef.
-
#attachments ⇒ Object
Returns the value of attribute attachments.
-
#createdDate ⇒ Object
Returns the value of attribute createdDate.
-
#date ⇒ Object
Returns the value of attribute date.
-
#definedValues ⇒ Object
Returns the value of attribute definedValues.
-
#final ⇒ Object
Returns the value of attribute final.
-
#immutable ⇒ Object
Returns the value of attribute immutable.
-
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
-
#note ⇒ Object
Returns the value of attribute note.
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(accountName = nil, accountRef = nil, attachments = nil, createdDate = nil, date = nil, definedValues = nil, final = nil, immutable = nil, lastModifiedDate = nil, note = nil, ref = nil, type = nil) ⇒ Note
constructor
A new instance of Note.
Constructor Details
#initialize(accountName = nil, accountRef = nil, attachments = nil, createdDate = nil, date = nil, definedValues = nil, final = nil, immutable = nil, lastModifiedDate = nil, note = nil, ref = nil, type = nil) ⇒ Note
Returns a new instance of Note.
1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 |
# File 'lib/etapper/api/service.rb', line 1038 def initialize(accountName = nil, accountRef = nil, = nil, createdDate = nil, date = nil, definedValues = nil, final = nil, immutable = nil, lastModifiedDate = nil, note = nil, ref = nil, type = nil) @accountName = accountName @accountRef = accountRef @attachments = @createdDate = createdDate @date = date @definedValues = definedValues @final = final @immutable = immutable @lastModifiedDate = lastModifiedDate @note = note @ref = ref @type = type end |
Instance Attribute Details
#accountName ⇒ Object
Returns the value of attribute accountName.
1025 1026 1027 |
# File 'lib/etapper/api/service.rb', line 1025 def accountName @accountName end |
#accountRef ⇒ Object
Returns the value of attribute accountRef.
1026 1027 1028 |
# File 'lib/etapper/api/service.rb', line 1026 def accountRef @accountRef end |
#attachments ⇒ Object
Returns the value of attribute attachments.
1027 1028 1029 |
# File 'lib/etapper/api/service.rb', line 1027 def @attachments end |
#createdDate ⇒ Object
Returns the value of attribute createdDate.
1028 1029 1030 |
# File 'lib/etapper/api/service.rb', line 1028 def createdDate @createdDate end |
#date ⇒ Object
Returns the value of attribute date.
1029 1030 1031 |
# File 'lib/etapper/api/service.rb', line 1029 def date @date end |
#definedValues ⇒ Object
Returns the value of attribute definedValues.
1030 1031 1032 |
# File 'lib/etapper/api/service.rb', line 1030 def definedValues @definedValues end |
#final ⇒ Object
Returns the value of attribute final.
1031 1032 1033 |
# File 'lib/etapper/api/service.rb', line 1031 def final @final end |
#immutable ⇒ Object
Returns the value of attribute immutable.
1032 1033 1034 |
# File 'lib/etapper/api/service.rb', line 1032 def immutable @immutable end |
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
1033 1034 1035 |
# File 'lib/etapper/api/service.rb', line 1033 def lastModifiedDate @lastModifiedDate end |
#note ⇒ Object
Returns the value of attribute note.
1034 1035 1036 |
# File 'lib/etapper/api/service.rb', line 1034 def note @note end |
#ref ⇒ Object
Returns the value of attribute ref.
1035 1036 1037 |
# File 'lib/etapper/api/service.rb', line 1035 def ref @ref end |
#type ⇒ Object
Returns the value of attribute type.
1036 1037 1038 |
# File 'lib/etapper/api/service.rb', line 1036 def type @type end |