11 12 13 14
# File 'lib/centro/client.rb', line 11 def api_version return @api_version if defined?(@api_version) @api_version = 'v1' end