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



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

def data
  @data
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



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

def size
  @size
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end