Method: Fiscalizer::Fiscalizers::Base#initialize
- Defined in:
- lib/fiscalizer/fiscalizers/base.rb
#initialize(app_cert_path, password, timeout, demo, ca_cert_path, object) ⇒ Base
rubocop:disable Metrics/ParameterLists
5 6 7 8 9 10 11 12 |
# File 'lib/fiscalizer/fiscalizers/base.rb', line 5 def initialize(app_cert_path, password, timeout, demo, ca_cert_path, object) @app_cert_path = app_cert_path @password = password @timeout = timeout @demo = demo @ca_cert_path = ca_cert_path @object = object end |