Module: PlatformLib::ServiceBase
- Included in:
- AccountService, FilemanagementService, MediaService, TaskService
- Defined in:
- lib/platform_lib/service_base.rb
Overview
Public: Useful methods for working with thePlatform’s This module was intended to be mixed in
Examples:
class MyClass
include PlatformLib::ServiceBase
...
...
end