Class: Sqlar::SqlarBlob

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

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data.



7
8
9
# File 'lib/sqlar_blob.rb', line 7

def data
  @data
end

#modeObject

Returns the value of attribute mode.



4
5
6
# File 'lib/sqlar_blob.rb', line 4

def mode
  @mode
end

#mtimeObject

Returns the value of attribute mtime.



5
6
7
# File 'lib/sqlar_blob.rb', line 5

def mtime
  @mtime
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/sqlar_blob.rb', line 3

def name
  @name
end

#szObject

Returns the value of attribute sz.



6
7
8
# File 'lib/sqlar_blob.rb', line 6

def sz
  @sz
end