class Yogurt::Offset

Defined in:

yogurt/offset.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(operator : Operator = Operator::Increase) #

[View source]

Instance Method Detail

def all : Int32 #

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

[View source]
def fetch(value : String) : String #

[View source]
def left : Int32 #

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

[View source]
def operator : Operator #

[View source]
def operator=(operator : Operator) #

[View source]
def right : Int32 #

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

[View source]
def touch : Bool | Nil #

[View source]
def touch! : Bool #

[View source]
def update(value : String) : Bool | Nil #

[View source]
def update!(value : String) : Bool #

[View source]