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
# File 'lib/czech_post_b2b_client/services/xsds_downloader.rb', line 9

def initialize(_anything); end

Instance Method Details

#stepsObject



11
12
13
# File 'lib/czech_post_b2b_client/services/xsds_downloader.rb', line 11

def steps
  %i[download_xsds]
end