class StardewBot::Item

Included Modules

Defined in:

mappings/item.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(rs : DB::ResultSet) #

[View source]
def self.new #

[View source]

Class Method Detail

def self.from_rs(rs : DB::ResultSet) #

[View source]

Instance Method Detail

def id : Int32 #

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

[View source]
def image : String #

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

[View source]
def link : String #

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

[View source]
def name : String #

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

[View source]
def sources : Array(String) #

[View source]
def sources=(sources : Array(String)) #

[View source]