module Fluidinfo
fludiinfo.rb
is a library for interacting with {www.fluidinfo.com Fluidinfo}. Take a look at {Fluidinfo::Client} to get started.
Constants
- ITERABLE_TYPES
- JSON_TYPES
- MAIN
The main instance of
Fluidinfo
.- SERIALIZEABLE_TYPES
Public Class Methods
version()
click to toggle source
# File lib/fluidinfo/client.rb, line 217 def self.version # This was borrowed from the rest-client gem :) version_path = File.dirname(__FILE__) + "/../../VERSION" return File.read(version_path).chomp if File.file?(version_path) "0.0.0" end