class Events::Bump

Defined in:

events/bump.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(dir : String, x : Int32, y : Int32) #

[View source]

Instance Method Detail

def dir : String #

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

[View source]
def x : Int32 #

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

[View source]
def y : Int32 #

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

[View source]