Class: Quickjs::File
Instance Attribute Summary collapse
-
#last_modified ⇒ Object
readonly
Returns the value of attribute last_modified.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Attributes inherited from Blob
Instance Attribute Details
#last_modified ⇒ Object (readonly)
Returns the value of attribute last_modified.
17 18 19 |
# File 'lib/quickjs.rb', line 17 def last_modified @last_modified end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
17 18 19 |
# File 'lib/quickjs.rb', line 17 def name @name end |