class HaveAPI::Fs::Components::ClientVersion

Public Instance Methods

read() click to toggle source
# File lib/haveapi/fs/components/info_files.rb, line 3
def read
  HaveAPI::Client::VERSION + "\n"
end