module Trole::Api::Core

Public Instance Methods

role() click to toggle source

Access to the Trole operations API @return [Trole::Operations] the operations API object

# File lib/trole/api/core.rb, line 10
def role
  Trole::Operations.new(self)
end