Class: Redu::RedisKeyValue
- Inherits:
-
Object
- Object
- Redu::RedisKeyValue
- Defined in:
- lib/redu/analyzer.rb
Instance Attribute Summary collapse
-
#bytesize ⇒ Object
Returns the value of attribute bytesize.
-
#key ⇒ Object
Returns the value of attribute key.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#bytesize ⇒ Object
Returns the value of attribute bytesize.
8 9 10 |
# File 'lib/redu/analyzer.rb', line 8 def bytesize @bytesize end |
#key ⇒ Object
Returns the value of attribute key.
8 9 10 |
# File 'lib/redu/analyzer.rb', line 8 def key @key end |
#type ⇒ Object
Returns the value of attribute type.
8 9 10 |
# File 'lib/redu/analyzer.rb', line 8 def type @type end |