Class: PactBroker::Client::Matrix::TextFormatter::Line
- Inherits:
-
Struct
- Object
- Struct
- PactBroker::Client::Matrix::TextFormatter::Line
- Defined in:
- lib/pact_broker/client/matrix/text_formatter.rb
Instance Attribute Summary collapse
-
#consumer ⇒ Object
Returns the value of attribute consumer.
-
#consumer_version ⇒ Object
Returns the value of attribute consumer_version.
-
#ignored ⇒ Object
Returns the value of attribute ignored.
-
#provider ⇒ Object
Returns the value of attribute provider.
-
#provider_version ⇒ Object
Returns the value of attribute provider_version.
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#success ⇒ Object
Returns the value of attribute success.
Instance Attribute Details
#consumer ⇒ Object
Returns the value of attribute consumer
12 13 14 |
# File 'lib/pact_broker/client/matrix/text_formatter.rb', line 12 def consumer @consumer end |
#consumer_version ⇒ Object
Returns the value of attribute consumer_version
12 13 14 |
# File 'lib/pact_broker/client/matrix/text_formatter.rb', line 12 def consumer_version @consumer_version end |
#ignored ⇒ Object
Returns the value of attribute ignored
12 13 14 |
# File 'lib/pact_broker/client/matrix/text_formatter.rb', line 12 def ignored @ignored end |
#provider ⇒ Object
Returns the value of attribute provider
12 13 14 |
# File 'lib/pact_broker/client/matrix/text_formatter.rb', line 12 def provider @provider end |
#provider_version ⇒ Object
Returns the value of attribute provider_version
12 13 14 |
# File 'lib/pact_broker/client/matrix/text_formatter.rb', line 12 def provider_version @provider_version end |
#ref ⇒ Object
Returns the value of attribute ref
12 13 14 |
# File 'lib/pact_broker/client/matrix/text_formatter.rb', line 12 def ref @ref end |
#success ⇒ Object
Returns the value of attribute success
12 13 14 |
# File 'lib/pact_broker/client/matrix/text_formatter.rb', line 12 def success @success end |