Sha256: 100c77b4d12929d451fe9244d996bf39d646ab33465d82422ed42ee9fb8c541f

Contents?: true

Size: 183 Bytes

Versions: 65

Compression:

Stored size: 183 Bytes

Contents

class Shelly::Client
  def deploy_logs(cloud)
    get("/apps/#{cloud}/deployment_logs")
  end

  def deploy_log(cloud, log)
    get("/apps/#{cloud}/deployment_logs/#{log}")
  end
end

Version data entries

65 entries across 65 versions & 1 rubygems

Version Path
shelly-0.5.7 lib/shelly/client/deployment_logs.rb
shelly-0.5.6 lib/shelly/client/deployment_logs.rb
shelly-0.5.5 lib/shelly/client/deployment_logs.rb
shelly-0.5.4 lib/shelly/client/deployment_logs.rb
shelly-0.5.3 lib/shelly/client/deployment_logs.rb
shelly-0.5.2 lib/shelly/client/deployment_logs.rb
shelly-0.5.1 lib/shelly/client/deployment_logs.rb
shelly-0.5.0 lib/shelly/client/deployment_logs.rb
shelly-0.4.42 lib/shelly/client/deployment_logs.rb
shelly-0.4.41 lib/shelly/client/deployment_logs.rb
shelly-0.4.40 lib/shelly/client/deployment_logs.rb
shelly-0.4.39 lib/shelly/client/deployment_logs.rb
shelly-0.4.38 lib/shelly/client/deployment_logs.rb
shelly-0.4.37 lib/shelly/client/deployment_logs.rb
shelly-0.4.36 lib/shelly/client/deployment_logs.rb
shelly-0.4.35 lib/shelly/client/deployment_logs.rb
shelly-0.4.34 lib/shelly/client/deployment_logs.rb
shelly-0.4.33 lib/shelly/client/deployment_logs.rb
shelly-0.4.32 lib/shelly/client/deployment_logs.rb
shelly-0.4.31 lib/shelly/client/deployment_logs.rb