Exception: ConvenientService::RSpec::Helpers::Classes::WrapMethod::Exceptions::ChainAttributePreliminaryAccess
- Inherits:
-
Exception
- Object
- StandardError
- Exception
- ConvenientService::RSpec::Helpers::Classes::WrapMethod::Exceptions::ChainAttributePreliminaryAccess
- Defined in:
- lib/convenient_service/rspec/helpers/classes/wrap_method/exceptions.rb
Instance Method Summary collapse
Methods inherited from Exception
Instance Method Details
#initialize_with_kwargs(attribute:) ⇒ void
This method returns an undefined value.
14 15 16 17 18 19 20 |
# File 'lib/convenient_service/rspec/helpers/classes/wrap_method/exceptions.rb', line 14 def initialize_with_kwargs(attribute:) = <<~TEXT Chain attribute `#{attribute}` is accessed before the chain is called. TEXT initialize() end |