Class: NumRu::NetCDFAtt

Inherits:
Object
  • Object
show all
Defined in:
lib/netcdf.rb

Instance Method Summary collapse

Instance Method Details

#inspectObject



773
774
775
# File 'lib/netcdf.rb', line 773

def inspect
  'NetCDFAtt:'+name
end

#put(val, atttype = nil) ⇒ Object



769
770
771
# File 'lib/netcdf.rb', line 769

def put(val,atttype=nil)
   putraw(val,atttype)
end