Class: NumRu::NetCDFAtt

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

Instance Method Summary collapse

Instance Method Details

#inspectObject



785
786
787
# File 'lib/netcdf.rb', line 785

def inspect
  'NetCDFAtt:'+name
end

#put(val, atttype = nil) ⇒ Object



781
782
783
# File 'lib/netcdf.rb', line 781

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