Class: Etapper::API::AccountChangeRequest

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

Overview

etapestryAPI/serviceAccountChangeRequest

 - Etapper::API::Account
createChangeNote - SOAP::SOAPBoolean
createFieldAndValues - SOAP::SOAPBoolean
notificationEmail - SOAP::SOAPString
update - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(account = nil, createChangeNote = nil, createFieldAndValues = nil, notificationEmail = nil, update = nil) ⇒ AccountChangeRequest

Returns a new instance of AccountChangeRequest.



3034
3035
3036
3037
3038
3039
3040
# File 'lib/etapper/api/service.rb', line 3034

def initialize( = nil, createChangeNote = nil, createFieldAndValues = nil, notificationEmail = nil, update = nil)
  @account = 
  @createChangeNote = createChangeNote
  @createFieldAndValues = createFieldAndValues
  @notificationEmail = notificationEmail
  @update = update
end

Instance Attribute Details

#accountObject

Returns the value of attribute account.



3028
3029
3030
# File 'lib/etapper/api/service.rb', line 3028

def 
  @account
end

#createChangeNoteObject

Returns the value of attribute createChangeNote.



3029
3030
3031
# File 'lib/etapper/api/service.rb', line 3029

def createChangeNote
  @createChangeNote
end

#createFieldAndValuesObject

Returns the value of attribute createFieldAndValues.



3030
3031
3032
# File 'lib/etapper/api/service.rb', line 3030

def createFieldAndValues
  @createFieldAndValues
end

#notificationEmailObject

Returns the value of attribute notificationEmail.



3031
3032
3033
# File 'lib/etapper/api/service.rb', line 3031

def notificationEmail
  @notificationEmail
end

#updateObject

Returns the value of attribute update.



3032
3033
3034
# File 'lib/etapper/api/service.rb', line 3032

def update
  @update
end