Class: FindSubscriptions::Detectors::RepeatCharges::Candidate
- Inherits:
-
Struct
- Object
- Struct
- FindSubscriptions::Detectors::RepeatCharges::Candidate
- Defined in:
- lib/detectors/repeat_charges.rb
Overview
rubocop:disable Lint/StructNewOverride
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#count ⇒ Object
Returns the value of attribute count.
-
#dates ⇒ Object
Returns the value of attribute dates.
-
#display_payee ⇒ Object
Returns the value of attribute display_payee.
-
#payee_key ⇒ Object
Returns the value of attribute payee_key.
-
#since ⇒ Object
Returns the value of attribute since.
-
#until ⇒ Object
Returns the value of attribute until.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount
8 9 10 |
# File 'lib/detectors/repeat_charges.rb', line 8 def amount @amount end |
#count ⇒ Object
Returns the value of attribute count
8 9 10 |
# File 'lib/detectors/repeat_charges.rb', line 8 def count @count end |
#dates ⇒ Object
Returns the value of attribute dates
8 9 10 |
# File 'lib/detectors/repeat_charges.rb', line 8 def dates @dates end |
#display_payee ⇒ Object
Returns the value of attribute display_payee
8 9 10 |
# File 'lib/detectors/repeat_charges.rb', line 8 def display_payee @display_payee end |
#payee_key ⇒ Object
Returns the value of attribute payee_key
8 9 10 |
# File 'lib/detectors/repeat_charges.rb', line 8 def payee_key @payee_key end |
#since ⇒ Object
Returns the value of attribute since
8 9 10 |
# File 'lib/detectors/repeat_charges.rb', line 8 def since @since end |
#until ⇒ Object
Returns the value of attribute until
8 9 10 |
# File 'lib/detectors/repeat_charges.rb', line 8 def until @until end |