Class: GTranslatorResult
- Inherits:
-
Object
- Object
- GTranslatorResult
- Defined in:
- lib/gtranslatorresult.rb
Instance Attribute Summary collapse
-
#original ⇒ Object
readonly
Returns the value of attribute original.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#target ⇒ Object
readonly
Returns the value of attribute target.
-
#translation ⇒ Object
readonly
Returns the value of attribute translation.
Instance Attribute Details
#original ⇒ Object (readonly)
Returns the value of attribute original.
3 4 5 |
# File 'lib/gtranslatorresult.rb', line 3 def original @original end |
#source ⇒ Object (readonly)
Returns the value of attribute source.
3 4 5 |
# File 'lib/gtranslatorresult.rb', line 3 def source @source end |
#target ⇒ Object (readonly)
Returns the value of attribute target.
3 4 5 |
# File 'lib/gtranslatorresult.rb', line 3 def target @target end |
#translation ⇒ Object (readonly)
Returns the value of attribute translation.
3 4 5 |
# File 'lib/gtranslatorresult.rb', line 3 def translation @translation end |