class NoradCli::UiSeedGenerator::ManifestError

Attributes

manifest_path[R]

Public Class Methods

new(manifest_path) click to toggle source
# File lib/norad_cli/support/ui_seed_generator.rb, line 60
def initialize(manifest_path)
  @manifest_path = manifest_path
end