Module: Arrow::Constants
- Included in:
- Arrow::Config::YamlLoader, Path, Service, Transaction
- Defined in:
- lib/arrow/constants.rb
Constant Summary collapse
- YAML_DOMAIN =
The domain to put Arrow objects into
"rubycrafters.com,2003-10-22"
- XHTML_MIMETYPE =
The mimetype to use for XHTML content
'application/xhtml+xml'
- HTML_MIMETYPE =
The mimetype to use for HTML content
'text/html'
- RUBY_MARSHALLED_MIMETYPE =
The mimetype to use for marshalled Ruby objects
'application/x-ruby-marshalled-object'
- RUBY_OBJECT_MIMETYPE =
The mimetype to use for raw Ruby objects
'application/x-ruby-object'