Class: Assistant::BrainCompactor::Recommendation

Inherits:
Data
  • Object
show all
Defined in:
app/services/assistant/brain_compactor.rb

Overview

One recommended change.

Instance Attribute Summary collapse

Instance Attribute Details

#entry_idsObject (readonly)

Returns the value of attribute entry_ids

Returns:

  • (Object)

    the current value of entry_ids



30
31
32
# File 'app/services/assistant/brain_compactor.rb', line 30

def entry_ids
  @entry_ids
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



30
31
32
# File 'app/services/assistant/brain_compactor.rb', line 30

def kind
  @kind
end

#rationaleObject (readonly)

Returns the value of attribute rationale

Returns:

  • (Object)

    the current value of rationale



30
31
32
# File 'app/services/assistant/brain_compactor.rb', line 30

def rationale
  @rationale
end

#suggestionObject (readonly)

Returns the value of attribute suggestion

Returns:

  • (Object)

    the current value of suggestion



30
31
32
# File 'app/services/assistant/brain_compactor.rb', line 30

def suggestion
  @suggestion
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



30
31
32
# File 'app/services/assistant/brain_compactor.rb', line 30

def title
  @title
end

#token_savingsObject (readonly)

Returns the value of attribute token_savings

Returns:

  • (Object)

    the current value of token_savings



30
31
32
# File 'app/services/assistant/brain_compactor.rb', line 30

def token_savings
  @token_savings
end