Sha256: b1999daf7686797b8952c1431319d62712e5227c6b13408c6b5ef18d2c7993d0
Contents?: true
Size: 466 Bytes
Versions: 4
Compression:
Stored size: 466 Bytes
Contents
diff --git a/lib/budgea_client/models/connection.rb b/lib/budgea_client/models/connection.rb index 96c830c..f3176fc 100644 --- a/lib/budgea_client/models/connection.rb +++ b/lib/budgea_client/models/connection.rb @@ -265,6 +265,10 @@ module BudgeaClient @state = state end + def accounts + @accounts || self.all_accounts + end + # Checks equality by comparing each attribute. # @param [Object] Object to be compared def ==(o)
Version data entries
4 entries across 4 versions & 1 rubygems