Class: RubyEventStore::RSpec::StepByStepFailureMessageFormatter::Lingo

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_event_store/rspec/step_by_step_failure_message_formatter.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(published) ⇒ Lingo

Returns a new instance of Lingo.



7
8
9
# File 'lib/ruby_event_store/rspec/step_by_step_failure_message_formatter.rb', line 7

def initialize(published)
  @published = published
end

Instance Attribute Details

#publishedObject (readonly)

Returns the value of attribute published.



10
11
12
# File 'lib/ruby_event_store/rspec/step_by_step_failure_message_formatter.rb', line 10

def published
  @published
end