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.



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

def content
  @content
end

#sizeObject (readonly)

Returns the value of attribute size.



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

def size
  @size
end

#typeObject (readonly)

Returns the value of attribute type.



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

def type
  @type
end