Sha256: cdd83b98a673f1405722c5cfbc5f44fd675816331f50e056a85cb902ac9e9bdc
Contents?: true
Size: 252 Bytes
Versions: 2
Compression:
Stored size: 252 Bytes
Contents
# frozen_string_literal: true require 'yasd/version' module Yasd class Config attr_accessor :username, :password, :security_token, :client_id, :client_secret, :api_version def initialize yield(self) if block_given? end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yasd-0.1.1 | lib/yasd/config.rb |
yasd-0.1.0 | lib/yasd/config.rb |