Class: Etapper::API::Declaration
- Inherits:
-
Object
- Object
- Etapper::API::Declaration
- Defined in:
- lib/etapper/api/service.rb
Overview
etapestryAPI/serviceDeclaration
accountName - SOAP::SOAPString
accountRef - SOAP::SOAPString
address - SOAP::SOAPString
- Etapper::API::ArrayOfAttachment
city - SOAP::SOAPString
confirmationDate - SOAP::SOAPDateTime
country - SOAP::SOAPString
createdDate - SOAP::SOAPDateTime
date - SOAP::SOAPDateTime
endDate - SOAP::SOAPDateTime
lastModifiedDate - SOAP::SOAPDateTime
name - SOAP::SOAPString
note - SOAP::SOAPString
postalCode - SOAP::SOAPString
ref - SOAP::SOAPString
startDate - SOAP::SOAPDateTime
state - SOAP::SOAPString
type - SOAP::SOAPInt
verbal - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#accountName ⇒ Object
Returns the value of attribute accountName.
-
#accountRef ⇒ Object
Returns the value of attribute accountRef.
-
#address ⇒ Object
Returns the value of attribute address.
-
#attachments ⇒ Object
Returns the value of attribute attachments.
-
#city ⇒ Object
Returns the value of attribute city.
-
#confirmationDate ⇒ Object
Returns the value of attribute confirmationDate.
-
#country ⇒ Object
Returns the value of attribute country.
-
#createdDate ⇒ Object
Returns the value of attribute createdDate.
-
#date ⇒ Object
Returns the value of attribute date.
-
#endDate ⇒ Object
Returns the value of attribute endDate.
-
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
-
#name ⇒ Object
Returns the value of attribute name.
-
#note ⇒ Object
Returns the value of attribute note.
-
#postalCode ⇒ Object
Returns the value of attribute postalCode.
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#startDate ⇒ Object
Returns the value of attribute startDate.
-
#state ⇒ Object
Returns the value of attribute state.
-
#type ⇒ Object
Returns the value of attribute type.
-
#verbal ⇒ Object
Returns the value of attribute verbal.
Instance Method Summary collapse
-
#initialize(accountName = nil, accountRef = nil, address = nil, attachments = nil, city = nil, confirmationDate = nil, country = nil, createdDate = nil, date = nil, endDate = nil, lastModifiedDate = nil, name = nil, note = nil, postalCode = nil, ref = nil, startDate = nil, state = nil, type = nil, verbal = nil) ⇒ Declaration
constructor
A new instance of Declaration.
Constructor Details
#initialize(accountName = nil, accountRef = nil, address = nil, attachments = nil, city = nil, confirmationDate = nil, country = nil, createdDate = nil, date = nil, endDate = nil, lastModifiedDate = nil, name = nil, note = nil, postalCode = nil, ref = nil, startDate = nil, state = nil, type = nil, verbal = nil) ⇒ Declaration
Returns a new instance of Declaration.
2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 |
# File 'lib/etapper/api/service.rb', line 2011 def initialize(accountName = nil, accountRef = nil, address = nil, = nil, city = nil, confirmationDate = nil, country = nil, createdDate = nil, date = nil, endDate = nil, lastModifiedDate = nil, name = nil, note = nil, postalCode = nil, ref = nil, startDate = nil, state = nil, type = nil, verbal = nil) @accountName = accountName @accountRef = accountRef @address = address @attachments = @city = city @confirmationDate = confirmationDate @country = country @createdDate = createdDate @date = date @endDate = endDate @lastModifiedDate = lastModifiedDate @name = name @note = note @postalCode = postalCode @ref = ref @startDate = startDate @state = state @type = type @verbal = verbal end |
Instance Attribute Details
#accountName ⇒ Object
Returns the value of attribute accountName.
1991 1992 1993 |
# File 'lib/etapper/api/service.rb', line 1991 def accountName @accountName end |
#accountRef ⇒ Object
Returns the value of attribute accountRef.
1992 1993 1994 |
# File 'lib/etapper/api/service.rb', line 1992 def accountRef @accountRef end |
#address ⇒ Object
Returns the value of attribute address.
1993 1994 1995 |
# File 'lib/etapper/api/service.rb', line 1993 def address @address end |
#attachments ⇒ Object
Returns the value of attribute attachments.
1994 1995 1996 |
# File 'lib/etapper/api/service.rb', line 1994 def @attachments end |
#city ⇒ Object
Returns the value of attribute city.
1995 1996 1997 |
# File 'lib/etapper/api/service.rb', line 1995 def city @city end |
#confirmationDate ⇒ Object
Returns the value of attribute confirmationDate.
1996 1997 1998 |
# File 'lib/etapper/api/service.rb', line 1996 def confirmationDate @confirmationDate end |
#country ⇒ Object
Returns the value of attribute country.
1997 1998 1999 |
# File 'lib/etapper/api/service.rb', line 1997 def country @country end |
#createdDate ⇒ Object
Returns the value of attribute createdDate.
1998 1999 2000 |
# File 'lib/etapper/api/service.rb', line 1998 def createdDate @createdDate end |
#date ⇒ Object
Returns the value of attribute date.
1999 2000 2001 |
# File 'lib/etapper/api/service.rb', line 1999 def date @date end |
#endDate ⇒ Object
Returns the value of attribute endDate.
2000 2001 2002 |
# File 'lib/etapper/api/service.rb', line 2000 def endDate @endDate end |
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
2001 2002 2003 |
# File 'lib/etapper/api/service.rb', line 2001 def lastModifiedDate @lastModifiedDate end |
#name ⇒ Object
Returns the value of attribute name.
2002 2003 2004 |
# File 'lib/etapper/api/service.rb', line 2002 def name @name end |
#note ⇒ Object
Returns the value of attribute note.
2003 2004 2005 |
# File 'lib/etapper/api/service.rb', line 2003 def note @note end |
#postalCode ⇒ Object
Returns the value of attribute postalCode.
2004 2005 2006 |
# File 'lib/etapper/api/service.rb', line 2004 def postalCode @postalCode end |
#ref ⇒ Object
Returns the value of attribute ref.
2005 2006 2007 |
# File 'lib/etapper/api/service.rb', line 2005 def ref @ref end |
#startDate ⇒ Object
Returns the value of attribute startDate.
2006 2007 2008 |
# File 'lib/etapper/api/service.rb', line 2006 def startDate @startDate end |
#state ⇒ Object
Returns the value of attribute state.
2007 2008 2009 |
# File 'lib/etapper/api/service.rb', line 2007 def state @state end |
#type ⇒ Object
Returns the value of attribute type.
2008 2009 2010 |
# File 'lib/etapper/api/service.rb', line 2008 def type @type end |
#verbal ⇒ Object
Returns the value of attribute verbal.
2009 2010 2011 |
# File 'lib/etapper/api/service.rb', line 2009 def verbal @verbal end |