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.0.0.beta10 lib/rhosync/credential.rb
rhosync-2.0.0.beta9 lib/rhosync/credential.rb
rhosync-2.0.0.beta8 lib/rhosync/credential.rb
rhosync-2.0.0.beta7 lib/rhosync/credential.rb
rhosync-2.0.0.beta6 lib/rhosync/credential.rb
rhosync-2.0.0.beta4 lib/rhosync/credential.rb
rhosync-2.0.0.beta3 lib/rhosync/credential.rb
rhosync-2.0.0.beta2 lib/rhosync/credential.rb
rhosync-2.0.0.beta1 lib/rhosync/credential.rb