Class: Database::Raw
- Inherits:
-
Struct
- Object
- Struct
- Database::Raw
- Defined in:
- lib/database.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#size ⇒ Object
Returns the value of attribute size.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
22 23 24 |
# File 'lib/database.rb', line 22 def data @data end |
#size ⇒ Object
Returns the value of attribute size
22 23 24 |
# File 'lib/database.rb', line 22 def size @size end |
#type ⇒ Object
Returns the value of attribute type
22 23 24 |
# File 'lib/database.rb', line 22 def type @type end |