module SensuPluginsCheckLan::Version
This defines the version of the gem
Constants
- BANNER
- MAJOR
- MINOR
- NAME
- PATCH
- VER_STRING
Public Instance Methods
json_version()
click to toggle source
# File lib/sensu-plugins-check-lan/version.rb, line 22 def json_version { 'version' => VER_STRING }.to_json end
version()
click to toggle source
# File lib/sensu-plugins-check-lan/version.rb, line 18 def version format(BANNER, VER_STRING) end