class NetCDF::Attribute
- NetCDF::Attribute
- Reference
- Object
Defined in:
netcdf/types/attribute.crConstructors
- .new(name : String, parent_id : Int32, id : Int32, attribute_type : Int32)
- .new(name : String, parent_id : Int32, id : Int32)
Instance Method Summary
- #attribute_type : Int32
- #attribute_type=(attribute_type : Int32)
- #id : Int32
- #id=(id : Int32)
- #name : String
- #name=(name : String)
- #parent_id : Int32
- #parent_id=(parent_id : Int32)
- #set_value(val)
- #value