Sha256: 157aa24e4ec7aae06e6814dc5d197d089bc7f01d1c7d3f64d1dc978250ea19b2

Contents?: true

Size: 210 Bytes

Versions: 49

Compression:

Stored size: 210 Bytes

Contents

module Rhosync
  class Credential
    attr_accessor :login,:password,:token,:url
    
    def initialize(login,password,token,url)
      @login,@password,@token,@url = login,password,token,url
    end
  end
end

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
rhosync-2.1.18.beta2 lib/rhosync/credential.rb
rhosync-2.1.18.beta1 lib/rhosync/credential.rb
rhosync-2.1.17 lib/rhosync/credential.rb
rhosync-2.1.17.beta7 lib/rhosync/credential.rb
rhosync-2.1.17.beta6 lib/rhosync/credential.rb
rhosync-2.1.17.beta5 lib/rhosync/credential.rb
rhosync-2.1.17.beta4 lib/rhosync/credential.rb
rhosync-2.1.17.beta3 lib/rhosync/credential.rb
rhosync-2.1.17.beta2 lib/rhosync/credential.rb
rhosync-2.1.17.beta1 lib/rhosync/credential.rb
rhosync-2.1.16 lib/rhosync/credential.rb
rhosync-2.1.15 lib/rhosync/credential.rb
rhosync-2.1.14 lib/rhosync/credential.rb
rhosync-2.1.13 lib/rhosync/credential.rb
rhosync-2.1.12 lib/rhosync/credential.rb
rhosync-2.1.11 lib/rhosync/credential.rb
rhosync-2.1.10 lib/rhosync/credential.rb
rhosync-2.1.7 lib/rhosync/credential.rb
rhosync-2.1.6 lib/rhosync/credential.rb
rhosync-2.1.3 lib/rhosync/credential.rb