Class: Returns::SendSecondReminder::Result

Inherits:
Data
  • Object
show all
Defined in:
app/services/returns/send_second_reminder.rb

Overview

Service object: result.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(rmas: nil) ⇒ Result

Returns a new instance of Result.



14
# File 'app/services/returns/send_second_reminder.rb', line 14

def initialize(rmas: nil) = super

Instance Attribute Details

#rmasObject (readonly)

Returns the value of attribute rmas

Returns:

  • (Object)

    the current value of rmas



13
14
15
# File 'app/services/returns/send_second_reminder.rb', line 13

def rmas
  @rmas
end