Class: Etapper::API::ForgottenPasswordResetHelpRequest

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

Overview

etapestryAPI/serviceForgottenPasswordResetHelpRequest

code - SOAP::SOAPString
ref - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(code = nil, ref = nil) ⇒ ForgottenPasswordResetHelpRequest

Returns a new instance of ForgottenPasswordResetHelpRequest.



3202
3203
3204
3205
# File 'lib/etapper/api/service.rb', line 3202

def initialize(code = nil, ref = nil)
  @code = code
  @ref = ref
end

Instance Attribute Details

#codeObject

Returns the value of attribute code.



3199
3200
3201
# File 'lib/etapper/api/service.rb', line 3199

def code
  @code
end

#refObject

Returns the value of attribute ref.



3200
3201
3202
# File 'lib/etapper/api/service.rb', line 3200

def ref
  @ref
end