Class: NumRu::NetCDFAtt

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

Instance Method Summary collapse

Instance Method Details

#inspectObject



789
790
791
# File 'lib/netcdf.rb', line 789

def inspect
  'NetCDFAtt:'+name
end

#put(val, atttype = nil) ⇒ Object



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

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