class Ikra::Translator::Variable

Attributes

name[R]
type[R]

Public Class Methods

new(name:, type:) click to toggle source
# File lib/translator/translator.rb, line 41
def initialize(name:, type:)
    @name = name
    @type = type
end