Class: Postwill::Providers::Pinterest
- Defined in:
- lib/postwill/providers/pinterest.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(options) ⇒ Pinterest
constructor
A new instance of Pinterest.
Methods inherited from Base
Constructor Details
#initialize(options) ⇒ Pinterest
Returns a new instance of Pinterest.
4 5 6 |
# File 'lib/postwill/providers/pinterest.rb', line 4 def initialize() @client ||= ::Pinterest::Client.new([:access_token]) end |