class Inkcite::Renderer::Topic::Instance
Attributes
name[R]
Name of the topic as it will appear in the topic list.
priority[R]
Order of the topic, higher wins
Public Class Methods
new(name, priority)
click to toggle source
# File lib/inkcite/renderer/topic.rb, line 13 def initialize name, priority @name = name @priority = priority end