Class: PactBroker::Api::Decorators::DashboardTextDecorator::Line

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

Instance Attribute Summary collapse

Instance Attribute Details

#c_tagsObject

Returns the value of attribute c_tags

Returns:

  • (Object)

    the current value of c_tags



10
11
12
# File 'lib/pact_broker/api/decorators/dashboard_text_decorator.rb', line 10

def c_tags
  @c_tags
end

#c_versionObject

Returns the value of attribute c_version

Returns:

  • (Object)

    the current value of c_version



10
11
12
# File 'lib/pact_broker/api/decorators/dashboard_text_decorator.rb', line 10

def c_version
  @c_version
end

#consumer_nameObject

Returns the value of attribute consumer_name

Returns:

  • (Object)

    the current value of consumer_name



10
11
12
# File 'lib/pact_broker/api/decorators/dashboard_text_decorator.rb', line 10

def consumer_name
  @consumer_name
end

#p_tagsObject

Returns the value of attribute p_tags

Returns:

  • (Object)

    the current value of p_tags



10
11
12
# File 'lib/pact_broker/api/decorators/dashboard_text_decorator.rb', line 10

def p_tags
  @p_tags
end

#p_versionObject

Returns the value of attribute p_version

Returns:

  • (Object)

    the current value of p_version



10
11
12
# File 'lib/pact_broker/api/decorators/dashboard_text_decorator.rb', line 10

def p_version
  @p_version
end

#provider_nameObject

Returns the value of attribute provider_name

Returns:

  • (Object)

    the current value of provider_name



10
11
12
# File 'lib/pact_broker/api/decorators/dashboard_text_decorator.rb', line 10

def provider_name
  @provider_name
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



10
11
12
# File 'lib/pact_broker/api/decorators/dashboard_text_decorator.rb', line 10

def success
  @success
end