Module: Plaider::Configurable
- Included in:
- Plaider
- Defined in:
- lib/plaider/configurable.rb
Constant Summary collapse
- KEYS =
[:client_id, :secret, :access_token, :environment, :open_timeout, :read_timeout, :verbose]
Instance Method Summary collapse
Instance Method Details
#configure {|_self| ... } ⇒ Object
8 9 10 11 |
# File 'lib/plaider/configurable.rb', line 8 def configure yield self self end |