class AppStoreConnect::Client::Registry
Constants
- OPTIONS
Public Class Methods
new(options = {})
click to toggle source
Calls superclass method
# File lib/app_store_connect/client/registry.rb, line 10 def initialize(options = {}) super(options .fetch(:schema).web_service_endpoints.map { |s| [s.alias, s] }.to_h) end