Module: BintrayDeploy::Hashed

Included in:
Version
Defined in:
lib/bintray_deploy/model/hashed.rb

Instance Method Summary collapse

Instance Method Details

#initialize(h) ⇒ Object



3
4
5
6
# File 'lib/bintray_deploy/model/hashed.rb', line 3

def initialize(h)
	super(h[:repo])
	h.each {|k,v| send("#{k}=",v)}
end