Class: Platforms::Yammer::Api::Base
- Inherits:
-
Object
- Object
- Platforms::Yammer::Api::Base
- Defined in:
- lib/platforms/yammer/api/base.rb
Overview
Base class taking care of common setup for Platforms::Yammer::Api classes.
Direct Known Subclasses
GroupMemberships, Groups, Invitations, Messages, Networks, Oauth, OpenGraphObjects, PendingAttachments, Relationships, Search, Streams, Subscriptions, Suggestions, SupervisorMode, Threads, Topics, UploadedFiles, Users
Instance Method Summary collapse
-
#initialize(connection) ⇒ Base
constructor
Initialize with a Faraday connection.
Constructor Details
#initialize(connection) ⇒ Base
Initialize with a Faraday connection
12 13 14 |
# File 'lib/platforms/yammer/api/base.rb', line 12 def initialize connection @connection = connection end |