lib/magellan/cli.rb in magellan-cli-0.1.0 vs lib/magellan/cli.rb in magellan-cli-0.2.0
- old
+ new
@@ -13,9 +13,10 @@
autoload :Ssl , "magellan/cli/ssl"
autoload :Error , "magellan/cli/errors"
autoload :LoginError, "magellan/cli/errors"
+ autoload :FileAccess, "magellan/cli/file_access"
JSON_HEADER = {
"Content-Type" => "application/json"
}.freeze
end