class PactBroker::Tags::TagWithLatestFlag

The tag associated with the latest verification for a given tag TODO remove this class now we have eager loaders for head_tag

Public Instance Methods

latest?() click to toggle source
# File lib/pact_broker/tags/tag_with_latest_flag.rb, line 15
def latest?
  !values[:latest].nil?
end