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.



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

def content
  @content
end

#sizeObject (readonly)

Returns the value of attribute size.



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

def size
  @size
end

#typeObject (readonly)

Returns the value of attribute type.



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

def type
  @type
end