Sha256: 37a3f9cc6daa94b4fb4bbf8d5313f04bf3fbd32e810c75762c77a43e956e533c

Contents?: true

Size: 620 Bytes

Versions: 1

Compression:

Stored size: 620 Bytes

Contents

module SophiaService
  VERSION: String

  attr_accessor self.configuration: Configuration

  def self.configure: -> Configuration

  class ApiClient
    @sophia_routes: SophiaRoutes
    @sophia_user: (String | nil)
    @sophia_password: (String | nil)
    @sophia_token: (String | nil)
    @should_use_ssl: (bool | nil)
  end

  class Configuration
    @base_url: String
    @is_sophia_production: bool
    @sophia_password: String
    @sophia_user: String

    attr_reader base_url: String
    attr_reader is_sophia_production: bool
    attr_reader sophia_password: String
    attr_reader sophia_user: String
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sophia_service-1.0.0 sig/api_client.rbs