Class: ConvenientService::RSpec::Matchers::Classes::Results::Base::Entities::Printers::Failure
- Inherits:
-
Base
- Object
- Base
- ConvenientService::RSpec::Matchers::Classes::Results::Base::Entities::Printers::Failure
- Defined in:
- lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/failure.rb,
lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/failure/commands/generate_got_jsend_attributes_part.rb
Defined Under Namespace
Modules: Commands
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#==, #chain, #description, #expected_code_part, #expected_data_part, #expected_message_part, #expected_parts, #expected_service_part, #expected_status_part, #expected_step_part, #failure_message, #failure_message_when_negated, #got_parts, #got_service_part, #got_step_part, #initialize, #result
Methods included from Support::AbstractMethod
Methods included from Support::Delegate::ClassMethodsForForwardable
Constructor Details
This class inherits a constructor from ConvenientService::RSpec::Matchers::Classes::Results::Base::Entities::Printers::Base
Instance Method Details
#got_jsend_attributes_part ⇒ String
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.
23 24 25 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/failure.rb', line 23 def got_jsend_attributes_part Commands::GenerateGotJsendAttributesPart[printer: self] end |