class Contentful::Importer::TestCredentials

Public Class Methods

options() click to toggle source
Calls superclass method Contentful::Importer::Command::options
# File lib/contentful/importer/test_credentials.rb, line 7
def self.options
        super.concat(space_options).sort
end

Public Instance Methods

run() click to toggle source
Calls superclass method Contentful::Importer::Command#run
# File lib/contentful/importer/test_credentials.rb, line 11
def run
        super
        importer.test_credentials
end