Sha256: a86c34a543c4089e0035e03fcfe7310724792b4cb0ac2e17df29479a57bf91c3
Contents?: true
Size: 261 Bytes
Versions: 4
Compression:
Stored size: 261 Bytes
Contents
module VagrantPhpstormTunnel class Config < Vagrant.plugin(2, :config) attr_accessor :project_home def project_home=(path) @project_home = path end def to_hash { :project_home => project_home } end end end
Version data entries
4 entries across 4 versions & 1 rubygems