class Phraseapp::Rest::Factory
Public Class Methods
api()
click to toggle source
# File lib/phraseapp-rest/factory.rb, line 9 def self.api Phraseapp::Rest::Api.new( rest_client: RestClient, token: Phraseapp::Rest.configuration.token ) end