Class: PactBroker::Api::Decorators::MatrixTextDecorator::Line

Inherits:
Struct
  • Object
show all
Defined in:
lib/pact_broker/api/decorators/matrix_text_decorator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#c_versionObject

Returns the value of attribute c_version

Returns:

  • (Object)

    the current value of c_version



11
12
13
# File 'lib/pact_broker/api/decorators/matrix_text_decorator.rb', line 11

def c_version
  @c_version
end

#consumerObject

Returns the value of attribute consumer

Returns:

  • (Object)

    the current value of consumer



11
12
13
# File 'lib/pact_broker/api/decorators/matrix_text_decorator.rb', line 11

def consumer
  @consumer
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



11
12
13
# File 'lib/pact_broker/api/decorators/matrix_text_decorator.rb', line 11

def number
  @number
end

#p_versionObject

Returns the value of attribute p_version

Returns:

  • (Object)

    the current value of p_version



11
12
13
# File 'lib/pact_broker/api/decorators/matrix_text_decorator.rb', line 11

def p_version
  @p_version
end

#providerObject

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



11
12
13
# File 'lib/pact_broker/api/decorators/matrix_text_decorator.rb', line 11

def provider
  @provider
end

#revisionObject

Returns the value of attribute revision

Returns:

  • (Object)

    the current value of revision



11
12
13
# File 'lib/pact_broker/api/decorators/matrix_text_decorator.rb', line 11

def revision
  @revision
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



11
12
13
# File 'lib/pact_broker/api/decorators/matrix_text_decorator.rb', line 11

def success
  @success
end