Class: Microsoft::Graph::Batch::Result

Inherits:
Object
  • Object
show all
Defined in:
lib/microsoft/graph/batch.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(request:, response:) ⇒ Result

Returns a new instance of Result.



79
80
81
82
# File 'lib/microsoft/graph/batch.rb', line 79

def initialize(request:, response:)
  @request = request
  @response = response
end

Instance Attribute Details

#requestObject (readonly)

Returns the value of attribute request.



77
78
79
# File 'lib/microsoft/graph/batch.rb', line 77

def request
  @request
end

#responseObject (readonly)

Returns the value of attribute response.



77
78
79
# File 'lib/microsoft/graph/batch.rb', line 77

def response
  @response
end