Class: PEdump::RichHdr::Entry

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



252
253
254
# File 'lib/pedump.rb', line 252

def id
  @id
end

#timesObject

Returns the value of attribute times

Returns:

  • (Object)

    the current value of times



252
253
254
# File 'lib/pedump.rb', line 252

def times
  @times
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



252
253
254
# File 'lib/pedump.rb', line 252

def version
  @version
end

Instance Method Details

#inspectObject



253
254
255
# File 'lib/pedump.rb', line 253

def inspect
  "<id=#{id}, version=#{version}, times=#{times}>"
end