Class: VivlioStarter::CLI::PreProcessCommands::TalkRegistry::TalkDisplay
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::PreProcessCommands::TalkRegistry::TalkDisplay
- Defined in:
- lib/vivlio_starter/cli/pre_process/talk_registry.rb
Overview
会話文の表示設定。ブロック指定はこの Data の #with で上書きする。
Instance Attribute Summary collapse
-
#avatar ⇒ Object
readonly
Returns the value of attribute avatar.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#separator ⇒ Object
readonly
Returns the value of attribute separator.
-
#style ⇒ Object
readonly
Returns the value of attribute style.
Instance Attribute Details
#avatar ⇒ Object (readonly)
Returns the value of attribute avatar
53 54 55 |
# File 'lib/vivlio_starter/cli/pre_process/talk_registry.rb', line 53 def avatar @avatar end |
#name ⇒ Object (readonly)
Returns the value of attribute name
53 54 55 |
# File 'lib/vivlio_starter/cli/pre_process/talk_registry.rb', line 53 def name @name end |
#separator ⇒ Object (readonly)
Returns the value of attribute separator
53 54 55 |
# File 'lib/vivlio_starter/cli/pre_process/talk_registry.rb', line 53 def separator @separator end |
#style ⇒ Object (readonly)
Returns the value of attribute style
53 54 55 |
# File 'lib/vivlio_starter/cli/pre_process/talk_registry.rb', line 53 def style @style end |