Class: Cronofy::BatchEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/cronofy/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#requestObject

Returns the value of attribute request

Returns:

  • (Object)

    the current value of request



208
209
210
# File 'lib/cronofy/types.rb', line 208

def request
  @request
end

#responseObject

Returns the value of attribute response

Returns:

  • (Object)

    the current value of response



208
209
210
# File 'lib/cronofy/types.rb', line 208

def response
  @response
end