Class: FindSubscriptions::Detectors::RepeatCharges::Candidate

Inherits:
Struct
  • Object
show all
Defined in:
lib/detectors/repeat_charges.rb

Overview

rubocop:disable Lint/StructNewOverride

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



8
9
10
# File 'lib/detectors/repeat_charges.rb', line 8

def amount
  @amount
end

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



8
9
10
# File 'lib/detectors/repeat_charges.rb', line 8

def count
  @count
end

#datesObject

Returns the value of attribute dates

Returns:

  • (Object)

    the current value of dates



8
9
10
# File 'lib/detectors/repeat_charges.rb', line 8

def dates
  @dates
end

#display_payeeObject

Returns the value of attribute display_payee

Returns:

  • (Object)

    the current value of display_payee



8
9
10
# File 'lib/detectors/repeat_charges.rb', line 8

def display_payee
  @display_payee
end

#payee_keyObject

Returns the value of attribute payee_key

Returns:

  • (Object)

    the current value of payee_key



8
9
10
# File 'lib/detectors/repeat_charges.rb', line 8

def payee_key
  @payee_key
end

#sinceObject

Returns the value of attribute since

Returns:

  • (Object)

    the current value of since



8
9
10
# File 'lib/detectors/repeat_charges.rb', line 8

def since
  @since
end

#untilObject

Returns the value of attribute until

Returns:

  • (Object)

    the current value of until



8
9
10
# File 'lib/detectors/repeat_charges.rb', line 8

def until
  @until
end