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



11
12
13
# File 'lib/pact_broker/client/matrix/text_formatter.rb', line 11

def consumer
  @consumer
end

#consumer_versionObject

Returns the value of attribute consumer_version

Returns:

  • (Object)

    the current value of consumer_version



11
12
13
# File 'lib/pact_broker/client/matrix/text_formatter.rb', line 11

def consumer_version
  @consumer_version
end

#providerObject

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



11
12
13
# File 'lib/pact_broker/client/matrix/text_formatter.rb', line 11

def provider
  @provider
end

#provider_versionObject

Returns the value of attribute provider_version

Returns:

  • (Object)

    the current value of provider_version



11
12
13
# File 'lib/pact_broker/client/matrix/text_formatter.rb', line 11

def provider_version
  @provider_version
end

#refObject

Returns the value of attribute ref

Returns:

  • (Object)

    the current value of ref



11
12
13
# File 'lib/pact_broker/client/matrix/text_formatter.rb', line 11

def ref
  @ref
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



11
12
13
# File 'lib/pact_broker/client/matrix/text_formatter.rb', line 11

def success
  @success
end