Class: CzechPostB2bClient::Services::XsdsDownloader
- Inherits:
-
ApiCaller
- Object
- SteppedService::Base
- ApiCaller
- CzechPostB2bClient::Services::XsdsDownloader
- 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
Instance Method Summary collapse
-
#initialize(_anything) ⇒ XsdsDownloader
constructor
A new instance of XsdsDownloader.
- #steps ⇒ Object
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
#steps ⇒ Object
13 14 15 |
# File 'lib/czech_post_b2b_client/services/xsds_downloader.rb', line 13 def steps %i[download_xsds] end |