Module: Gribr::Degrib
- Defined in:
- lib/gribr/degrib.rb,
lib/gribr/degrib/cube.rb,
lib/gribr/degrib/file.rb,
lib/gribr/degrib/index.rb,
lib/gribr/degrib/message.rb,
lib/gribr/degrib/inventory.rb,
lib/gribr/degrib/probe_record.rb,
lib/gribr/degrib/inventory_record.rb
Defined Under Namespace
Classes: Cube, File, Index, Inventory, InventoryRecord, Message, ProbeRecord
Class Method Summary collapse
Class Method Details
.executeable ⇒ Object
14 15 16 |
# File 'lib/gribr/degrib.rb', line 14 def self.executeable @executeable ||= Executable.new("degrib") end |