class Glaemscribe::API::Glaeml::Error

Attributes

line[RW]
text[RW]

Public Class Methods

new(line,text) click to toggle source
# File lib/api/glaeml.rb, line 31
def initialize(line,text)
  @line = line
  @text = text
end