Class: Hecks::Bluebook::SmokeTest::Failure
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Bluebook::SmokeTest::Failure
- Defined in:
- lib/hecks/bluebook/smoke_test.rb
Instance Attribute Summary collapse
-
#aggregate ⇒ Object
Returns the value of attribute aggregate.
-
#command ⇒ Object
Returns the value of attribute command.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#error ⇒ Object
Returns the value of attribute error.
Instance Method Summary collapse
Instance Attribute Details
#aggregate ⇒ Object
Returns the value of attribute aggregate
41 42 43 |
# File 'lib/hecks/bluebook/smoke_test.rb', line 41 def aggregate @aggregate end |
#command ⇒ Object
Returns the value of attribute command
41 42 43 |
# File 'lib/hecks/bluebook/smoke_test.rb', line 41 def command @command end |
#domain ⇒ Object
Returns the value of attribute domain
41 42 43 |
# File 'lib/hecks/bluebook/smoke_test.rb', line 41 def domain @domain end |
#error ⇒ Object
Returns the value of attribute error
41 42 43 |
# File 'lib/hecks/bluebook/smoke_test.rb', line 41 def error @error end |
Instance Method Details
#to_s ⇒ Object
42 |
# File 'lib/hecks/bluebook/smoke_test.rb', line 42 def to_s = "#{domain}::#{aggregate}.#{command}: #{error}" |