struct Name

Overview

genitive родительный Кого? dative дательный Кому? accusative винительный Кого? instrumental творительный Кем? prepositional предложный О ком?

Defined in:

wif/game/systems.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from struct GameComponent

after_initialize after_initialize

Constructor methods inherited from struct GameComponent

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) new

Class methods inherited from struct GameComponent

component_index component_index

Constructor Detail

def self.new(name : String, gender : Int32, genitive : String, dative : String, accusative : String, instrumental : String, prepositional : String) #

[View source]
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

genitive родительный Кого? dative дательный Кому? accusative винительный Кого? instrumental творительный Кем? prepositional предложный О ком?


Class Method Detail

def self.component_index #

genitive родительный Кого? dative дательный Кому? accusative винительный Кого? instrumental творительный Кем? prepositional предложный О ком?


Instance Method Detail

def accusative : String #

def clone #

[View source]
def copy_with(name _name = @name, gender _gender = @gender, genitive _genitive = @genitive, dative _dative = @dative, accusative _accusative = @accusative, instrumental _instrumental = @instrumental, prepositional _prepositional = @prepositional) #

[View source]
def dative : String #

def gender : Int32 #

def gender_letter #

[View source]
def genitive : String #

def instrumental : String #

def name : String #

def prepositional : String #