Class: Hatetepe::Client::Job Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/hatetepe/client.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Attribute Summary collapse

Instance Attribute Details

#fiberObject

Returns the value of attribute fiber

Returns:

  • (Object)

    the current value of fiber



14
15
16
# File 'lib/hatetepe/client.rb', line 14

def fiber
  @fiber
end

#requestObject

Returns the value of attribute request

Returns:

  • (Object)

    the current value of request



14
15
16
# File 'lib/hatetepe/client.rb', line 14

def request
  @request
end

#responseObject

Returns the value of attribute response

Returns:

  • (Object)

    the current value of response



14
15
16
# File 'lib/hatetepe/client.rb', line 14

def response
  @response
end

#sentObject

Returns the value of attribute sent

Returns:

  • (Object)

    the current value of sent



14
15
16
# File 'lib/hatetepe/client.rb', line 14

def sent
  @sent
end