Class: GoogleTranslateDiff::Chunker::Chunk

Inherits:
Struct
  • Object
show all
Defined in:
lib/google_translate_diff/chunker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



6
7
8
# File 'lib/google_translate_diff/chunker.rb', line 6

def size
  @size
end

#valuesObject

Returns the value of attribute values

Returns:

  • (Object)

    the current value of values



6
7
8
# File 'lib/google_translate_diff/chunker.rb', line 6

def values
  @values
end