lib/ecoportal/api/v2.rb in ecoportal-api-v2-2.0.6 vs lib/ecoportal/api/v2.rb in ecoportal-api-v2-2.0.7
- old
+ new
@@ -3,11 +3,11 @@
module Ecoportal
module API
# @attr_reader client [Common::Client] a `Common::Client` object that holds the configuration of the api connection.
# @attr_reader logger [Logger] the logger.
class V2
- extend Common::BaseClass
- include Common::Logging
+ extend Ecoportal::API::Common::BaseClass
+ include Ecoportal::API::Common::Logging
VERSION = "v2".freeze
class << self
def v2key(ukey, gkey)