Class: PactBroker::Client::Matrix::TextFormatter::Line

Inherits:
Struct
  • Object
show all
Defined in:
lib/pact_broker/client/matrix/text_formatter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#consumerObject

Returns the value of attribute consumer

Returns:

  • (Object)

    the current value of consumer



8
9
10
# File 'lib/pact_broker/client/matrix/text_formatter.rb', line 8

def consumer
  @consumer
end

#consumer_versionObject

Returns the value of attribute consumer_version

Returns:

  • (Object)

    the current value of consumer_version



8
9
10
# File 'lib/pact_broker/client/matrix/text_formatter.rb', line 8

def consumer_version
  @consumer_version
end

#providerObject

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



8
9
10
# File 'lib/pact_broker/client/matrix/text_formatter.rb', line 8

def provider
  @provider
end

#provider_versionObject

Returns the value of attribute provider_version

Returns:

  • (Object)

    the current value of provider_version



8
9
10
# File 'lib/pact_broker/client/matrix/text_formatter.rb', line 8

def provider_version
  @provider_version
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



8
9
10
# File 'lib/pact_broker/client/matrix/text_formatter.rb', line 8

def success
  @success
end