Class: Customer::Watch::Result

Inherits:
Data
  • Object
show all
Defined in:
app/services/customer/watch.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(success: nil) ⇒ Result

Returns a new instance of Result.



3
# File 'app/services/customer/watch.rb', line 3

def initialize(success: nil) = super

Instance Attribute Details

#successObject (readonly)

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



2
3
4
# File 'app/services/customer/watch.rb', line 2

def success
  @success
end