Class: OpportunityBriefing::QuoteRecordSnapshot::Result

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data: nil) ⇒ Result

Returns a new instance of Result.



15
# File 'app/services/opportunity_briefing/quote_record_snapshot.rb', line 15

def initialize(data: nil) = super

Instance Attribute Details

#dataObject (readonly)

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



14
15
16
# File 'app/services/opportunity_briefing/quote_record_snapshot.rb', line 14

def data
  @data
end