Class: Pal::Handler::AwsCurHandlerImpl

Inherits:
GenericCSVHandlerImpl show all
Defined in:
lib/pal/handler/base.rb

Instance Method Summary collapse

Methods inherited from GenericCSVHandlerImpl

#_csv_processor, #_parse_file

Methods included from Log

#log_debug, #log_error, #log_info, #log_warn

Methods inherited from Base

#initialize, #process_runbook, #retrieve_column_definitions, #should_include?

Methods included from Configuration

#config, #register_config

Constructor Details

This class inherits a constructor from Pal::Handler::Base

Instance Method Details

#_typeString

Returns:

  • (String)


133
134
135
# File 'lib/pal/handler/base.rb', line 133

def _type
  "aws_cur"
end