Class: Etapper::API::Contact

Inherits:
Object
  • Object
show all
Defined in:
lib/etapper/api/service.rb

Overview

etapestryAPI/serviceContact

accountName - SOAP::SOAPString
accountRef - SOAP::SOAPString
attachments - 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

Instance Method Summary collapse

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, attachments = 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 = 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

#accountNameObject

Returns the value of attribute accountName.



823
824
825
# File 'lib/etapper/api/service.rb', line 823

def accountName
  @accountName
end

#accountRefObject

Returns the value of attribute accountRef.



824
825
826
# File 'lib/etapper/api/service.rb', line 824

def accountRef
  @accountRef
end

#attachmentsObject

Returns the value of attribute attachments.



825
826
827
# File 'lib/etapper/api/service.rb', line 825

def attachments
  @attachments
end

#createdDateObject

Returns the value of attribute createdDate.



826
827
828
# File 'lib/etapper/api/service.rb', line 826

def createdDate
  @createdDate
end

#dateObject

Returns the value of attribute date.



827
828
829
# File 'lib/etapper/api/service.rb', line 827

def date
  @date
end

#definedValuesObject

Returns the value of attribute definedValues.



828
829
830
# File 'lib/etapper/api/service.rb', line 828

def definedValues
  @definedValues
end

#finalObject

Returns the value of attribute final.



829
830
831
# File 'lib/etapper/api/service.rb', line 829

def final
  @final
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



830
831
832
# File 'lib/etapper/api/service.rb', line 830

def lastModifiedDate
  @lastModifiedDate
end

#methodObject

Returns the value of attribute method.



831
832
833
# File 'lib/etapper/api/service.rb', line 831

def method
  @method
end

#noteObject

Returns the value of attribute note.



832
833
834
# File 'lib/etapper/api/service.rb', line 832

def note
  @note
end

#refObject

Returns the value of attribute ref.



833
834
835
# File 'lib/etapper/api/service.rb', line 833

def ref
  @ref
end

#subjectObject

Returns the value of attribute subject.



834
835
836
# File 'lib/etapper/api/service.rb', line 834

def subject
  @subject
end

#typeObject

Returns the value of attribute type.



835
836
837
# File 'lib/etapper/api/service.rb', line 835

def type
  @type
end