Class: Quickjs::Blob

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

Direct Known Subclasses

File

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content.



13
14
15
# File 'lib/quickjs.rb', line 13

def content
  @content
end

#sizeObject (readonly)

Returns the value of attribute size.



13
14
15
# File 'lib/quickjs.rb', line 13

def size
  @size
end

#typeObject (readonly)

Returns the value of attribute type.



13
14
15
# File 'lib/quickjs.rb', line 13

def type
  @type
end