Class: ConvenientService::RSpec::Matchers::Classes::Results::Base::Entities::Printers::Null
- Inherits:
-
Base
- Object
- Base
- ConvenientService::RSpec::Matchers::Classes::Results::Base::Entities::Printers::Null
- Defined in:
- lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
- #description ⇒ String private
- #expected_code_part ⇒ String private
- #expected_data_part ⇒ String private
- #expected_message_part ⇒ String private
- #expected_parts ⇒ String private
- #expected_service_part ⇒ String private
- #expected_status_part ⇒ String private
- #expected_step_part ⇒ String private
- #failure_message ⇒ String private
- #failure_message_when_negated ⇒ String private
- #got_jsend_attributes_part ⇒ String private
- #got_parts ⇒ String private
- #got_service_part ⇒ String private
- #got_step_part ⇒ String private
Methods inherited from Base
#==, #chain, #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
#description ⇒ 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.
24 25 26 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 24 def description "" end |
#expected_code_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.
69 70 71 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 69 def expected_code_part "" end |
#expected_data_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.
78 79 80 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 78 def expected_data_part "" end |
#expected_message_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.
87 88 89 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 87 def "" end |
#expected_parts ⇒ 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.
51 52 53 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 51 def expected_parts "" end |
#expected_service_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.
96 97 98 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 96 def expected_service_part "" end |
#expected_status_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.
105 106 107 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 105 def expected_status_part "" end |
#expected_step_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.
114 115 116 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 114 def expected_step_part "" end |
#failure_message ⇒ 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.
33 34 35 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 33 def "" end |
#failure_message_when_negated ⇒ 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.
42 43 44 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 42 def "" end |
#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.
141 142 143 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 141 def got_jsend_attributes_part "" end |
#got_parts ⇒ 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.
60 61 62 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 60 def got_parts "" end |
#got_service_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.
132 133 134 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 132 def got_service_part "" end |
#got_step_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.
123 124 125 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 123 def got_step_part "" end |