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.
19 20 21 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 19 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.
64 65 66 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 64 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.
73 74 75 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 73 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.
82 83 84 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 82 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.
46 47 48 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 46 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.
91 92 93 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 91 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.
100 101 102 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 100 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.
109 110 111 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 109 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.
28 29 30 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 28 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.
37 38 39 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 37 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.
136 137 138 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 136 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.
55 56 57 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 55 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.
127 128 129 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 127 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.
118 119 120 |
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb', line 118 def got_step_part "" end |