Class: VivlioStarter::CLI::PreProcessCommands::TalkRegistry::TalkDisplay

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

Overview

会話文の表示設定。ブロック指定はこの Data の #with で上書きする。

Instance Attribute Summary collapse

Instance Attribute Details

#avatarObject (readonly)

Returns the value of attribute avatar

Returns:

  • (Object)

    the current value of avatar



53
54
55
# File 'lib/vivlio_starter/cli/pre_process/talk_registry.rb', line 53

def avatar
  @avatar
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



53
54
55
# File 'lib/vivlio_starter/cli/pre_process/talk_registry.rb', line 53

def name
  @name
end

#separatorObject (readonly)

Returns the value of attribute separator

Returns:

  • (Object)

    the current value of separator



53
54
55
# File 'lib/vivlio_starter/cli/pre_process/talk_registry.rb', line 53

def separator
  @separator
end

#styleObject (readonly)

Returns the value of attribute style

Returns:

  • (Object)

    the current value of style



53
54
55
# File 'lib/vivlio_starter/cli/pre_process/talk_registry.rb', line 53

def style
  @style
end