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
252 253 254 |
# File 'lib/pedump.rb', line 252 def id @id end |
#times ⇒ Object
Returns the value of attribute times
252 253 254 |
# File 'lib/pedump.rb', line 252 def times @times end |
#version ⇒ Object
Returns the value of attribute version
252 253 254 |
# File 'lib/pedump.rb', line 252 def version @version end |
Instance Method Details
#inspect ⇒ Object
253 254 255 |
# File 'lib/pedump.rb', line 253 def inspect "<id=#{id}, version=#{version}, times=#{times}>" end |