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



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

def consumer
  @consumer
end

#consumer_versionObject

Returns the value of attribute consumer_version

Returns:

  • (Object)

    the current value of consumer_version



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

def consumer_version
  @consumer_version
end

#ignoredObject

Returns the value of attribute ignored

Returns:

  • (Object)

    the current value of ignored



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

def ignored
  @ignored
end

#providerObject

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



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

def provider
  @provider
end

#provider_versionObject

Returns the value of attribute provider_version

Returns:

  • (Object)

    the current value of provider_version



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

def provider_version
  @provider_version
end

#refObject

Returns the value of attribute ref

Returns:

  • (Object)

    the current value of ref



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

def ref
  @ref
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



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

def success
  @success
end