Class: GDCM::Tool::Identify

Inherits:
GDCM::Tool show all
Defined in:
lib/gdcm/tool/identify.rb

Instance Attribute Summary

Attributes inherited from GDCM::Tool

#args, #name

Instance Method Summary collapse

Methods inherited from GDCM::Tool

#+, #<<, #call, #command, #executable, #merge!, #method_missing, new, #stack, #stdin, #stdout

Constructor Details

#initialize(*args) ⇒ Identify

Returns a new instance of Identify.



4
5
6
# File 'lib/gdcm/tool/identify.rb', line 4

def initialize(*args)
  super("gdcminfo", *args)
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class GDCM::Tool