Class: Database::Raw

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

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



23
24
25
# File 'lib/database.rb', line 23

def data
  @data
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



23
24
25
# File 'lib/database.rb', line 23

def size
  @size
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



23
24
25
# File 'lib/database.rb', line 23

def type
  @type
end