struct Letter::Stamp

Defined in:

letter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(file : String, page : Int32 = 1, row : Int32 = 1, column : Int32 = 1) #

[View source]

Instance Method Detail

def clone #

[View source]
def column : Int32 #

def copy_with(file _file = @file, page _page = @page, row _row = @row, column _column = @column) #

[View source]
def file : String #

def page : Int32 #

def row : Int32 #