Class: CzechPostB2bClient::Services::XsdsDownloader

Inherits:
ApiCaller show all
Defined in:
lib/czech_post_b2b_client/services/xsds_downloader.rb

Constant Summary

Constants inherited from ApiCaller

ApiCaller::KNOWN_CONNECTION_ERRORS

Instance Attribute Summary

Attributes inherited from SteppedService::Base

#result

Instance Method Summary collapse

Methods inherited from SteppedService::Base

call, #call, #errors, #failure?, #finished?, #success?

Constructor Details

#initialize(_anything) ⇒ XsdsDownloader

Returns a new instance of XsdsDownloader.



9
10
11
# File 'lib/czech_post_b2b_client/services/xsds_downloader.rb', line 9

def initialize(_anything)
  super()
end

Instance Method Details

#stepsObject



13
14
15
# File 'lib/czech_post_b2b_client/services/xsds_downloader.rb', line 13

def steps
  %i[download_xsds]
end