Class: Returns::SendFirstReminder::Result

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#rmasObject (readonly)

Returns the value of attribute rmas

Returns:

  • (Object)

    the current value of rmas



3
4
5
# File 'app/services/returns/send_first_reminder.rb', line 3

def rmas
  @rmas
end