Method: Peddler::Client#version

Defined in:
lib/peddler/client.rb

#versionObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



130
131
132
# File 'lib/peddler/client.rb', line 130

def version
  @version ||= self.class.version
end