Class: Etapper::API::ForgottenPasswordEmailHelpRequest

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

Overview

etapestryAPI/serviceForgottenPasswordEmailHelpRequest

baseQuery - SOAP::SOAPString
email - SOAP::SOAPString
expirationHours - SOAP::SOAPInt
fromEmail - SOAP::SOAPString
loginId - SOAP::SOAPString
personaOption - SOAP::SOAPString
url - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(baseQuery = nil, email = nil, expirationHours = nil, fromEmail = nil, loginId = nil, personaOption = nil, url = nil) ⇒ ForgottenPasswordEmailHelpRequest

Returns a new instance of ForgottenPasswordEmailHelpRequest.



3184
3185
3186
3187
3188
3189
3190
3191
3192
# File 'lib/etapper/api/service.rb', line 3184

def initialize(baseQuery = nil, email = nil, expirationHours = nil, fromEmail = nil, loginId = nil, personaOption = nil, url = nil)
  @baseQuery = baseQuery
  @email = email
  @expirationHours = expirationHours
  @fromEmail = fromEmail
  @loginId = loginId
  @personaOption = personaOption
  @url = url
end

Instance Attribute Details

#baseQueryObject

Returns the value of attribute baseQuery.



3176
3177
3178
# File 'lib/etapper/api/service.rb', line 3176

def baseQuery
  @baseQuery
end

#emailObject

Returns the value of attribute email.



3177
3178
3179
# File 'lib/etapper/api/service.rb', line 3177

def email
  @email
end

#expirationHoursObject

Returns the value of attribute expirationHours.



3178
3179
3180
# File 'lib/etapper/api/service.rb', line 3178

def expirationHours
  @expirationHours
end

#fromEmailObject

Returns the value of attribute fromEmail.



3179
3180
3181
# File 'lib/etapper/api/service.rb', line 3179

def fromEmail
  @fromEmail
end

#loginIdObject

Returns the value of attribute loginId.



3180
3181
3182
# File 'lib/etapper/api/service.rb', line 3180

def loginId
  @loginId
end

#personaOptionObject

Returns the value of attribute personaOption.



3181
3182
3183
# File 'lib/etapper/api/service.rb', line 3181

def personaOption
  @personaOption
end

#urlObject

Returns the value of attribute url.



3182
3183
3184
# File 'lib/etapper/api/service.rb', line 3182

def url
  @url
end