Sha256: 042ea7c43c81f4dc09a7cf1658547cbd06961072806cf906f25267fc8bc7099b

Contents?: true

Size: 185 Bytes

Versions: 2

Compression:

Stored size: 185 Bytes

Contents

module BitflyerApi
  module Configuration

    CONFIGURABLE_ATTRIBUTES = %i(key secret)
    attr_accessor *CONFIGURABLE_ATTRIBUTES

    def configure
      yield self
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bitflyer_api-0.1.1 lib/bitflyer_api/configuration.rb
bitflyer_api-0.1.0 lib/bitflyer_api/configuration.rb