class NetCDF::Attribute

Defined in:

netcdf/types/attribute.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, parent_id : Int32, id : Int32, attribute_type : Int32) #

[View source]
def self.new(name : String, parent_id : Int32, id : Int32) #

[View source]

Instance Method Detail

def attribute_type : Int32 #

[View source]
def attribute_type=(attribute_type : Int32) #

[View source]
def id : Int32 #

[View source]
def id=(id : Int32) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def parent_id : Int32 #

[View source]
def parent_id=(parent_id : Int32) #

[View source]
def set_value(val) #

[View source]
def value #

[View source]