Class: Etapper::API::AccountChangeRequest
- Inherits:
-
Object
- Object
- Etapper::API::AccountChangeRequest
- Defined in:
- lib/etapper/api/service.rb
Overview
Instance Attribute Summary collapse
-
#account ⇒ Object
Returns the value of attribute account.
-
#createChangeNote ⇒ Object
Returns the value of attribute createChangeNote.
-
#createFieldAndValues ⇒ Object
Returns the value of attribute createFieldAndValues.
-
#notificationEmail ⇒ Object
Returns the value of attribute notificationEmail.
-
#update ⇒ Object
Returns the value of attribute update.
Instance Method Summary collapse
-
#initialize(account = nil, createChangeNote = nil, createFieldAndValues = nil, notificationEmail = nil, update = nil) ⇒ AccountChangeRequest
constructor
A new instance of AccountChangeRequest.
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(account = nil, createChangeNote = nil, createFieldAndValues = nil, notificationEmail = nil, update = nil) @account = account @createChangeNote = createChangeNote @createFieldAndValues = createFieldAndValues @notificationEmail = notificationEmail @update = update end |
Instance Attribute Details
#account ⇒ Object
Returns the value of attribute account.
3028 3029 3030 |
# File 'lib/etapper/api/service.rb', line 3028 def account @account end |
#createChangeNote ⇒ Object
Returns the value of attribute createChangeNote.
3029 3030 3031 |
# File 'lib/etapper/api/service.rb', line 3029 def createChangeNote @createChangeNote end |
#createFieldAndValues ⇒ Object
Returns the value of attribute createFieldAndValues.
3030 3031 3032 |
# File 'lib/etapper/api/service.rb', line 3030 def createFieldAndValues @createFieldAndValues end |
#notificationEmail ⇒ Object
Returns the value of attribute notificationEmail.
3031 3032 3033 |
# File 'lib/etapper/api/service.rb', line 3031 def notificationEmail @notificationEmail end |
#update ⇒ Object
Returns the value of attribute update.
3032 3033 3034 |
# File 'lib/etapper/api/service.rb', line 3032 def update @update end |