Method: Osm::Event#cost_tbc?

Defined in:
lib/osm/event.rb

#cost_tbc?Boolean

Whether the cost is to be confirmed

Returns:

  • (Boolean)

    whether the cost is TBC



494
495
496
# File 'lib/osm/event.rb', line 494

def cost_tbc?
  cost.eql?('TBC')
end