Sha256: 184e6db50deb67a43f54fbaef83f875988255ef12a08a940cb4ec9c00578d7dc

Contents?: true

Size: 159 Bytes

Versions: 1

Compression:

Stored size: 159 Bytes

Contents

module LastpassCLI
  class Configuration
    attr_accessor :username, :password, :executable

    def initialize
      @executable = 'lpass'
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lastpass-cli-0.1.1 lib/lastpass-cli/configuration.rb