Method: EInvoiceAPI::Internal::Type::BasePage#initialize
- Defined in:
- lib/e_invoice_api/internal/type/base_page.rb
#initialize(client:, req:, headers:, page_data:) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
44 45 46 47 48 49 |
# File 'lib/e_invoice_api/internal/type/base_page.rb', line 44 def initialize(client:, req:, headers:, page_data:) @client = client @req = req @model = req.fetch(:model) super() end |