Class: VivlioStarter::CLI::PreProcessCommands::TalkRegistry::Character
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::PreProcessCommands::TalkRegistry::Character
- Defined in:
- lib/vivlio_starter/cli/pre_process/talk_registry.rb
Overview
正規化済みのキャラクター 1 人分。color/avatar は省略時 nil。
Instance Attribute Summary collapse
-
#avatar ⇒ Object
readonly
Returns the value of attribute avatar.
-
#color ⇒ Object
readonly
Returns the value of attribute color.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#side ⇒ Object
readonly
Returns the value of attribute side.
Instance Attribute Details
#avatar ⇒ Object (readonly)
Returns the value of attribute avatar
50 51 52 |
# File 'lib/vivlio_starter/cli/pre_process/talk_registry.rb', line 50 def avatar @avatar end |
#color ⇒ Object (readonly)
Returns the value of attribute color
50 51 52 |
# File 'lib/vivlio_starter/cli/pre_process/talk_registry.rb', line 50 def color @color end |
#key ⇒ Object (readonly)
Returns the value of attribute key
50 51 52 |
# File 'lib/vivlio_starter/cli/pre_process/talk_registry.rb', line 50 def key @key end |
#name ⇒ Object (readonly)
Returns the value of attribute name
50 51 52 |
# File 'lib/vivlio_starter/cli/pre_process/talk_registry.rb', line 50 def name @name end |
#side ⇒ Object (readonly)
Returns the value of attribute side
50 51 52 |
# File 'lib/vivlio_starter/cli/pre_process/talk_registry.rb', line 50 def side @side end |