Method: UpBankingClient::Configuration#configure
- Defined in:
- lib/up_banking/configuration.rb
#configure {|_self| ... } ⇒ Object
171 172 173 |
# File 'lib/up_banking/configuration.rb', line 171 def configure yield(self) if block_given? end |