Class: Etapper::API::Contact
- Inherits:
-
Object
- Object
- Etapper::API::Contact
- Defined in:
- lib/etapper/api/service.rb
Overview
etapestryAPI/serviceContact
accountName - SOAP::SOAPString
accountRef - SOAP::SOAPString
- Etapper::API::ArrayOfAttachment
createdDate - SOAP::SOAPDateTime
date - SOAP::SOAPDateTime
definedValues - Etapper::API::ArrayOfDefinedValue
final - SOAP::SOAPBoolean
lastModifiedDate - SOAP::SOAPDateTime
method - SOAP::SOAPString
note - SOAP::SOAPString
ref - SOAP::SOAPString
subject - 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.
-
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
-
#method ⇒ Object
Returns the value of attribute method.
-
#note ⇒ Object
Returns the value of attribute note.
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#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, lastModifiedDate = nil, method = nil, note = nil, ref = nil, subject = nil, type = nil) ⇒ Contact
constructor
A new instance of Contact.
Constructor Details
#initialize(accountName = nil, accountRef = nil, attachments = nil, createdDate = nil, date = nil, definedValues = nil, final = nil, lastModifiedDate = nil, method = nil, note = nil, ref = nil, subject = nil, type = nil) ⇒ Contact
Returns a new instance of Contact.
837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 |
# File 'lib/etapper/api/service.rb', line 837 def initialize(accountName = nil, accountRef = nil, = nil, createdDate = nil, date = nil, definedValues = nil, final = nil, lastModifiedDate = nil, method = nil, note = nil, ref = nil, subject = nil, type = nil) @accountName = accountName @accountRef = accountRef @attachments = @createdDate = createdDate @date = date @definedValues = definedValues @final = final @lastModifiedDate = lastModifiedDate @method = method @note = note @ref = ref @subject = subject @type = type end |
Instance Attribute Details
#accountName ⇒ Object
Returns the value of attribute accountName.
823 824 825 |
# File 'lib/etapper/api/service.rb', line 823 def accountName @accountName end |
#accountRef ⇒ Object
Returns the value of attribute accountRef.
824 825 826 |
# File 'lib/etapper/api/service.rb', line 824 def accountRef @accountRef end |
#attachments ⇒ Object
Returns the value of attribute attachments.
825 826 827 |
# File 'lib/etapper/api/service.rb', line 825 def @attachments end |
#createdDate ⇒ Object
Returns the value of attribute createdDate.
826 827 828 |
# File 'lib/etapper/api/service.rb', line 826 def createdDate @createdDate end |
#date ⇒ Object
Returns the value of attribute date.
827 828 829 |
# File 'lib/etapper/api/service.rb', line 827 def date @date end |
#definedValues ⇒ Object
Returns the value of attribute definedValues.
828 829 830 |
# File 'lib/etapper/api/service.rb', line 828 def definedValues @definedValues end |
#final ⇒ Object
Returns the value of attribute final.
829 830 831 |
# File 'lib/etapper/api/service.rb', line 829 def final @final end |
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
830 831 832 |
# File 'lib/etapper/api/service.rb', line 830 def lastModifiedDate @lastModifiedDate end |
#method ⇒ Object
Returns the value of attribute method.
831 832 833 |
# File 'lib/etapper/api/service.rb', line 831 def method @method end |
#note ⇒ Object
Returns the value of attribute note.
832 833 834 |
# File 'lib/etapper/api/service.rb', line 832 def note @note end |
#ref ⇒ Object
Returns the value of attribute ref.
833 834 835 |
# File 'lib/etapper/api/service.rb', line 833 def ref @ref end |
#subject ⇒ Object
Returns the value of attribute subject.
834 835 836 |
# File 'lib/etapper/api/service.rb', line 834 def subject @subject end |
#type ⇒ Object
Returns the value of attribute type.
835 836 837 |
# File 'lib/etapper/api/service.rb', line 835 def type @type end |