Class: Returns::SendFirstReminder::Result
- Inherits:
-
Data
- Object
- Data
- Returns::SendFirstReminder::Result
- Defined in:
- app/services/returns/send_first_reminder.rb
Instance Attribute Summary collapse
-
#rmas ⇒ Object
readonly
Returns the value of attribute rmas.
Instance Method Summary collapse
-
#initialize(rmas: nil) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(rmas: nil) ⇒ Result
Returns a new instance of Result.
4 |
# File 'app/services/returns/send_first_reminder.rb', line 4 def initialize(rmas: nil) = super |
Instance Attribute Details
#rmas ⇒ Object (readonly)
Returns the value of attribute rmas
3 4 5 |
# File 'app/services/returns/send_first_reminder.rb', line 3 def rmas @rmas end |