module Nard::Appi::ApiExt::Version::ClassMethods
Public Instance Methods
gem_version()
click to toggle source
この Gem のバージョン(Xxxx:VERSION を返す) @note 利用する API のバージョンではない! 利用する API のバージョンは、Xxxx.api_version で取得する。 @return [String]
# File lib/nard/appi/api_ext/version.rb, line 19 def gem_version self::VERSION end