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

Inherits:
Printers::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 Method Summary collapse

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)


28
29
30
# File 'lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/success.rb', line 28

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