class AlisSdkRuby::Plugins::APIGEndpoint
Public Instance Methods
after_initialize(client)
click to toggle source
# File lib/alis-sdk-ruby/plugins/apig_endpoint.rb, line 6 def after_initialize(client) if client.config.endpoint.nil? client.config.endpoint = "https://alis.to" end end