Class: Hubspot::Deprecator
- Inherits:
-
Object
- Object
- Hubspot::Deprecator
- Defined in:
- lib/hubspot/deprecator.rb
Class Method Summary collapse
Class Method Details
.build(version: "1.0") ⇒ Object
3 4 5 |
# File 'lib/hubspot/deprecator.rb', line 3 def self.build(version: "1.0") ActiveSupport::Deprecation.new(version, "hubspot-ruby") end |