Class: OpportunityBriefing::EngagementSnapshot::Result
- Inherits:
-
Data
- Object
- Data
- OpportunityBriefing::EngagementSnapshot::Result
- Defined in:
- app/services/opportunity_briefing/engagement_snapshot.rb
Instance Attribute Summary collapse
-
#activities ⇒ Object
readonly
Returns the value of attribute activities.
-
#call_records ⇒ Object
readonly
Returns the value of attribute call_records.
-
#communications ⇒ Object
readonly
Returns the value of attribute communications.
-
#counts ⇒ Object
readonly
Returns the value of attribute counts.
-
#orders ⇒ Object
readonly
Returns the value of attribute orders.
-
#participants ⇒ Object
readonly
Returns the value of attribute participants.
Instance Method Summary collapse
-
#initialize(participants: [], activities: [], communications: [], call_records: [], orders: [], counts: {}) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(participants: [], activities: [], communications: [], call_records: [], orders: [], counts: {}) ⇒ Result
Returns a new instance of Result.
24 |
# File 'app/services/opportunity_briefing/engagement_snapshot.rb', line 24 def initialize(participants: [], activities: [], communications: [], call_records: [], orders: [], counts: {}) = super |
Instance Attribute Details
#activities ⇒ Object (readonly)
Returns the value of attribute activities
16 17 18 |
# File 'app/services/opportunity_briefing/engagement_snapshot.rb', line 16 def activities @activities end |
#call_records ⇒ Object (readonly)
Returns the value of attribute call_records
16 17 18 |
# File 'app/services/opportunity_briefing/engagement_snapshot.rb', line 16 def call_records @call_records end |
#communications ⇒ Object (readonly)
Returns the value of attribute communications
16 17 18 |
# File 'app/services/opportunity_briefing/engagement_snapshot.rb', line 16 def communications @communications end |
#counts ⇒ Object (readonly)
Returns the value of attribute counts
16 17 18 |
# File 'app/services/opportunity_briefing/engagement_snapshot.rb', line 16 def counts @counts end |
#orders ⇒ Object (readonly)
Returns the value of attribute orders
16 17 18 |
# File 'app/services/opportunity_briefing/engagement_snapshot.rb', line 16 def orders @orders end |
#participants ⇒ Object (readonly)
Returns the value of attribute participants
16 17 18 |
# File 'app/services/opportunity_briefing/engagement_snapshot.rb', line 16 def participants @participants end |