Class: VivlioStarter::CLI::PreProcessCommands::TalkRegistry::Character

Inherits:
Data
  • Object
show all
Defined in:
lib/vivlio_starter/cli/pre_process/talk_registry.rb

Overview

正規化済みのキャラクター 1 人分。color/avatar は省略時 nil。

Instance Attribute Summary collapse

Instance Attribute Details

#avatarObject (readonly)

Returns the value of attribute avatar

Returns:

  • (Object)

    the current value of avatar



50
51
52
# File 'lib/vivlio_starter/cli/pre_process/talk_registry.rb', line 50

def avatar
  @avatar
end

#colorObject (readonly)

Returns the value of attribute color

Returns:

  • (Object)

    the current value of color



50
51
52
# File 'lib/vivlio_starter/cli/pre_process/talk_registry.rb', line 50

def color
  @color
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



50
51
52
# File 'lib/vivlio_starter/cli/pre_process/talk_registry.rb', line 50

def key
  @key
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



50
51
52
# File 'lib/vivlio_starter/cli/pre_process/talk_registry.rb', line 50

def name
  @name
end

#sideObject (readonly)

Returns the value of attribute side

Returns:

  • (Object)

    the current value of side



50
51
52
# File 'lib/vivlio_starter/cli/pre_process/talk_registry.rb', line 50

def side
  @side
end