Class: SimpleDeploy::ArtifactReader

Inherits:
Object
  • Object
show all
Defined in:
lib/simple_deploy/artifact/artifact_reader.rb

Instance Method Summary collapse

Instance Method Details

#show(id) ⇒ Object



6
7
8
# File 'lib/simple_deploy/artifact/artifact_reader.rb', line 6

def show(id)
  Heirloom::Heirloom.info :show => id
end