class Etti::DndData

Attributes

data[R]
type[R]

Public Class Methods

new(type, data) click to toggle source
# File lib/etti/dnd-data.rb, line 5
def initialize type, data
    @type = type
    @data = data
end