Class: ConvenientService::RSpec::Matchers::Classes::Results::Base::Entities::Printers::Success

Inherits:
Base
  • Object
show all
Defined in:
lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/success.rb,
lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/success/commands/generate_got_jsend_attributes_part.rb

Defined Under Namespace

Modules: Commands

Instance Attribute Summary

Attributes inherited from Base

#matcher

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::Concern

included

Constructor Details

This class inherits a constructor from ConvenientService::RSpec::Matchers::Classes::Results::Base::Entities::Printers::Base

Instance Method Details

#got_jsend_attributes_partString

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.

Returns:

  • (String)


23
24
25
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/success.rb', line 23

def got_jsend_attributes_part
  Commands::GenerateGotJsendAttributesPart[printer: self]
end