class Kempelen::API::Operations::GetHit

Constants

AWS_OPERATION_NAME
AWS_RESPONSE_OBJECT

Public Class Methods

new(client, hit_id) click to toggle source
Calls superclass method
# File lib/kempelen/API/operations/get_hit.rb, line 8
def initialize(client, hit_id)
  super(client, hit_id)

  @operation_name = AWS_OPERATION_NAME
  @response_object = AWS_RESPONSE_OBJECT
end

Public Instance Methods

perform_operation() click to toggle source
Calls superclass method
# File lib/kempelen/API/operations/get_hit.rb, line 15
def perform_operation
  create_request_string

  super

  Kempelen::API::Responses::HitResponse.new(@raw_response)
end