Class: GTranslatorResult

Inherits:
Object
  • Object
show all
Defined in:
lib/gtranslatorresult.rb

Instance Attribute Summary collapse

Instance Attribute Details

#originalObject (readonly)

Returns the value of attribute original.



3
4
5
# File 'lib/gtranslatorresult.rb', line 3

def original
  @original
end

#sourceObject (readonly)

Returns the value of attribute source.



3
4
5
# File 'lib/gtranslatorresult.rb', line 3

def source
  @source
end

#targetObject (readonly)

Returns the value of attribute target.



3
4
5
# File 'lib/gtranslatorresult.rb', line 3

def target
  @target
end

#translationObject (readonly)

Returns the value of attribute translation.



3
4
5
# File 'lib/gtranslatorresult.rb', line 3

def translation
  @translation
end