Module: HammerCLICsv

Defined in:
lib/hammer_cli_csv/base.rb,
lib/hammer_cli_csv.rb,
lib/hammer_cli_csv/csv.rb,
lib/hammer_cli_csv/hosts.rb,
lib/hammer_cli_csv/roles.rb,
lib/hammer_cli_csv/users.rb,
lib/hammer_cli_csv/export.rb,
lib/hammer_cli_csv/import.rb,
lib/hammer_cli_csv/domains.rb,
lib/hammer_cli_csv/reports.rb,
lib/hammer_cli_csv/subnets.rb,
lib/hammer_cli_csv/version.rb,
lib/hammer_cli_csv/products.rb,
lib/hammer_cli_csv/locations.rb,
lib/hammer_cli_csv/headpin_api.rb,
lib/hammer_cli_csv/puppet_facts.rb,
lib/hammer_cli_csv/architectures.rb,
lib/hammer_cli_csv/content_hosts.rb,
lib/hammer_cli_csv/content_views.rb,
lib/hammer_cli_csv/organizations.rb,
lib/hammer_cli_csv/smart_proxies.rb,
lib/hammer_cli_csv/subscriptions.rb,
lib/hammer_cli_csv/puppet_reports.rb,
lib/hammer_cli_csv/activation_keys.rb,
lib/hammer_cli_csv/compute_profiles.rb,
lib/hammer_cli_csv/host_collections.rb,
lib/hammer_cli_csv/partition_tables.rb,
lib/hammer_cli_csv/compute_resources.rb,
lib/hammer_cli_csv/exception_handler.rb,
lib/hammer_cli_csv/operating_systems.rb,
lib/hammer_cli_csv/installation_medias.rb,
lib/hammer_cli_csv/puppet_environments.rb,
lib/hammer_cli_csv/content_view_filters.rb,
lib/hammer_cli_csv/lifecycle_environments.rb,
lib/hammer_cli_csv/provisioning_templates.rb

Overview

Copyright 2014 Red Hat, Inc.

This software is licensed to you under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License (GPLv2) or (at your option) any later version. There is NO WARRANTY for this software, express or implied, including the implied warranties of MERCHANTABILITY, NON-INFRINGEMENT, or FITNESS FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv2 along with this software; if not, see www.gnu.org/licenses/old-licenses/gpl-2.0.txt.

Defined Under Namespace

Classes: BaseCommand, CsvCommand, ExceptionHandler, HeadpinApi

Class Method Summary collapse

Class Method Details

.versionObject



13
14
15
# File 'lib/hammer_cli_csv/version.rb', line 13

def self.version
  @version ||= Gem::Version.new('0.0.6')
end