Class: PEdump::RichHdr::Entry
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#times ⇒ Object
Returns the value of attribute times.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
269 270 271 |
# File 'lib/pedump.rb', line 269 def id @id end |
#times ⇒ Object
Returns the value of attribute times
269 270 271 |
# File 'lib/pedump.rb', line 269 def times @times end |
#version ⇒ Object
Returns the value of attribute version
269 270 271 |
# File 'lib/pedump.rb', line 269 def version @version end |
Instance Method Details
#inspect ⇒ Object
270 271 272 |
# File 'lib/pedump.rb', line 270 def inspect "<id=#{id}, version=#{version}, times=#{times}>" end |