class Tput::Namespace::Point

Included Modules

Defined in:

tput/namespace.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(x : Int32 = 0, y : Int32 = 0) #

[View source]

Class Method Detail

def self.[](x, y) #

[View source]

Instance Method Detail

def to_s(io) #

[View source]
def x : Int32 #

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

[View source]
def y : Int32 #

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

[View source]