Top Level Namespace
Defined Under Namespace
Instance Method Summary collapse
-
#json ⇒ Object
Author: Daniel Sperl Copyright: Copyright 2014 Gamua License: Simplified BSD.
-
#securerandom ⇒ Object
Author: Daniel Sperl Copyright: Copyright 2014 Gamua License: Simplified BSD.
-
#time ⇒ Object
Author: Daniel Sperl Copyright: Copyright 2014 Gamua License: Simplified BSD.
Instance Method Details
#json ⇒ Object
Author: Daniel Sperl Copyright: Copyright 2014 Gamua License: Simplified BSD
5 |
# File 'lib/flox/rest_service.rb', line 5 require 'json' |
#securerandom ⇒ Object
Author: Daniel Sperl Copyright: Copyright 2014 Gamua License: Simplified BSD
5 |
# File 'lib/flox/utils.rb', line 5 require 'securerandom' |
#time ⇒ Object
Author: Daniel Sperl Copyright: Copyright 2014 Gamua License: Simplified BSD
5 |
# File 'lib/flox/entity.rb', line 5 require 'time' |