Class: OpportunityBriefing::QuoteParentChange::Result

Inherits:
Data
  • Object
show all
Defined in:
app/services/opportunity_briefing/quote_parent_change.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data: nil) ⇒ Result

Returns a new instance of Result.



11
# File 'app/services/opportunity_briefing/quote_parent_change.rb', line 11

def initialize(data: nil) = super

Instance Attribute Details

#dataObject (readonly)

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



10
11
12
# File 'app/services/opportunity_briefing/quote_parent_change.rb', line 10

def data
  @data
end