lib/nubank_sdk/auth.rb in nubank_sdk-0.7.0 vs lib/nubank_sdk/auth.rb in nubank_sdk-0.7.1

- old
+ new

@@ -5,10 +5,10 @@ module NubankSdk # # Auth method to connect with the nubank api # class Auth - attr_reader :refresh_token, :refresh_before, :access_token + attr_accessor :refresh_token, :refresh_before, :access_token # # Auth method to connect with the nubank api # # @param [String] cpf the cpf to authenticate