Class: SaveTheMonth::PeriodicalStrategy

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

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



26
27
28
# File 'lib/expected_balance.rb', line 26

def amount
  @amount
end

#can_performObject

Returns the value of attribute can_perform

Returns:

  • (Object)

    the current value of can_perform



26
27
28
# File 'lib/expected_balance.rb', line 26

def can_perform
  @can_perform
end