Sha256: c0e57ed8ea143d8c3f37bd8fa26d94832d234e94b15aed3bbc0940d4c757e952
Contents?: true
Size: 500 Bytes
Versions: 1
Compression:
Stored size: 500 Bytes
Contents
module Eeml module Constants #LOCAL_EEML_SCHEMA_LOCATION = "schemas/eeml/005.xsd" EEML_HREF = "http://www.eeml.org/xsd/005" EEML_VERSION = "5" EEML_SCHEMA_LOCATION = "http://www.eeml.org/xsd/005 http://www.eeml.org/xsd/005/005.xsd" EEML_NAMESPACE = ":#{EEML_HREF}" XSI_NAMESPACE = "http://www.w3.org/2001/XMLSchema-instance" #TODO: better encapsulated as a set of methods. XML_TIME_FORMAT_STRING = "%Y-%m-%dT%H:%M:%SZ" DEFAULT_HOST = 'pachube.com' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
eeml-0.0.1 | lib/eeml/constants.rb |