Method: Rex::Java::Serialization::Model::BlockData#contents

Defined in:
lib/rex/java/serialization/model/block_data.rb

#contentsString

Returns the contents of the block.

Returns:

  • (String)

    the contents of the block



15
16
17
# File 'lib/rex/java/serialization/model/block_data.rb', line 15

def contents
  @contents
end