Class: Assistant::BrainCompactor::Recommendation
- Inherits:
-
Data
- Object
- Data
- Assistant::BrainCompactor::Recommendation
- Defined in:
- app/services/assistant/brain_compactor.rb
Overview
One recommended change.
Instance Attribute Summary collapse
-
#entry_ids ⇒ Object
readonly
Returns the value of attribute entry_ids.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#rationale ⇒ Object
readonly
Returns the value of attribute rationale.
-
#suggestion ⇒ Object
readonly
Returns the value of attribute suggestion.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
-
#token_savings ⇒ Object
readonly
Returns the value of attribute token_savings.
Instance Attribute Details
#entry_ids ⇒ Object (readonly)
Returns the value of attribute entry_ids
30 31 32 |
# File 'app/services/assistant/brain_compactor.rb', line 30 def entry_ids @entry_ids end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
30 31 32 |
# File 'app/services/assistant/brain_compactor.rb', line 30 def kind @kind end |
#rationale ⇒ Object (readonly)
Returns the value of attribute rationale
30 31 32 |
# File 'app/services/assistant/brain_compactor.rb', line 30 def rationale @rationale end |
#suggestion ⇒ Object (readonly)
Returns the value of attribute suggestion
30 31 32 |
# File 'app/services/assistant/brain_compactor.rb', line 30 def suggestion @suggestion end |
#title ⇒ Object (readonly)
Returns the value of attribute title
30 31 32 |
# File 'app/services/assistant/brain_compactor.rb', line 30 def title @title end |
#token_savings ⇒ Object (readonly)
Returns the value of attribute token_savings
30 31 32 |
# File 'app/services/assistant/brain_compactor.rb', line 30 def token_savings @token_savings end |