Flowdock
v1.1.6 - Show latest stable - 0 notes

No documentation

This module has no description. You can help the Ruby on Rails community by adding new notes.

Constants

XML_TYPE_NAMES = { "Fixnum" => "integer", "Date" => "date", "Time" => "datetime", "TrueClass" => "boolean", "FalseClass" => "boolean"

XML_FORMATTING = { "date" => Proc.new { |date| date.to_s(:db) }, "datetime" => Proc.new { |time| time.xmlschema }

Attributes

Show files where this module is defined (1 file)
Register or log in to add new notes.