class NetCDF::Dimension

Defined in:

netcdf/types/dimension.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def id : Int32 #

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

[View source]
def length : Int32 #

[View source]
def length=(length : 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]