class NumRu::NetCDFAtt
Public Instance Methods
inspect()
click to toggle source
# File lib/netcdf.rb, line 789 def inspect 'NetCDFAtt:'+name end
put(val,atttype=nil)
click to toggle source
# File lib/netcdf.rb, line 785 def put(val,atttype=nil) putraw(val,atttype) end