lib/cts/mpx/driver/response.rb in cts-mpx-1.0.1 vs lib/cts/mpx/driver/response.rb in cts-mpx-1.0.2
- old
+ new
@@ -3,10 +3,10 @@
module Driver
#
# Class to contain a response from the services, has a few helper methods to make reading the data easier.
#
class Response
- extend Creatable
+ include Creatable
# @!attribute original
# @return [Excon::Response] copy of the original excon response.
attribute name: 'original', kind_of: Excon::Response