Class: Etapper::API::ForgottenPasswordResetHelpRequest
- Inherits:
-
Object
- Object
- Etapper::API::ForgottenPasswordResetHelpRequest
- Defined in:
- lib/etapper/api/service.rb
Overview
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#ref ⇒ Object
Returns the value of attribute ref.
Instance Method Summary collapse
-
#initialize(code = nil, ref = nil) ⇒ ForgottenPasswordResetHelpRequest
constructor
A new instance of ForgottenPasswordResetHelpRequest.
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
#code ⇒ Object
Returns the value of attribute code.
3199 3200 3201 |
# File 'lib/etapper/api/service.rb', line 3199 def code @code end |
#ref ⇒ Object
Returns the value of attribute ref.
3200 3201 3202 |
# File 'lib/etapper/api/service.rb', line 3200 def ref @ref end |