Class: RubyEventStore::RSpec::StepByStepFailureMessageFormatter::Lingo
- Inherits:
-
Object
- Object
- RubyEventStore::RSpec::StepByStepFailureMessageFormatter::Lingo
- Defined in:
- lib/ruby_event_store/rspec/step_by_step_failure_message_formatter.rb
Instance Attribute Summary collapse
-
#published ⇒ Object
readonly
Returns the value of attribute published.
Instance Method Summary collapse
-
#initialize(published) ⇒ Lingo
constructor
A new instance of Lingo.
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
#published ⇒ Object (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 |