Class: PactBroker::Tags::TagWithLatestFlag

Inherits:
Object
  • Object
show all
Defined in:
lib/pact_broker/tags/tag_with_latest_flag.rb

Overview

The tag associated with the latest verification for a given tag

Instance Method Summary collapse

Instance Method Details

#latest?Boolean

Returns:

  • (Boolean)


12
13
14
# File 'lib/pact_broker/tags/tag_with_latest_flag.rb', line 12

def latest?
  !values[:latest].nil?
end