Class: Quickjs::File

Inherits:
Blob
  • Object
show all
Defined in:
lib/quickjs.rb

Instance Attribute Summary collapse

Attributes inherited from Blob

#content, #size, #type

Instance Attribute Details

#last_modifiedObject (readonly)

Returns the value of attribute last_modified.



17
18
19
# File 'lib/quickjs.rb', line 17

def last_modified
  @last_modified
end

#nameObject (readonly)

Returns the value of attribute name.



17
18
19
# File 'lib/quickjs.rb', line 17

def name
  @name
end