Class: Stackdriver::Client

Inherits:
Object
  • Object
show all
Includes:
AnnotationEvent, Custom, DeployEvent
Defined in:
lib/stackdriver/client.rb,
lib/stackdriver/client/custom.rb,
lib/stackdriver/client/deploy_event.rb,
lib/stackdriver/client/annotation_event.rb

Overview

Client for Stackdriver API

Defined Under Namespace

Modules: AnnotationEvent, Custom, DeployEvent

Constant Summary collapse

STACKDRIVER_HOST =
'https://custom-gateway.stackdriver.com'.freeze

Constants included from AnnotationEvent

AnnotationEvent::ENDPOINT

Constants included from DeployEvent

DeployEvent::ENDPOINT

Constants included from Custom

Custom::ENDPOINT

Instance Method Summary collapse

Methods included from AnnotationEvent

#annotation_event

Methods included from DeployEvent

#deploy_event

Methods included from Custom

#custom, #gateway_message

Instance Method Details

#clearObject



20
21
22
# File 'lib/stackdriver/client.rb', line 20

def clear
  @last_response = nil
end

#last_responseObject



16
17
18
# File 'lib/stackdriver/client.rb', line 16

def last_response
  @last_response
end