Class: Rbzlib::Code
- Inherits:
-
Struct
- Object
- Struct
- Rbzlib::Code
- Defined in:
- lib/pr/rbzlib.rb
Instance Attribute Summary collapse
-
#bits ⇒ Object
Returns the value of attribute bits.
-
#op ⇒ Object
Returns the value of attribute op.
-
#val ⇒ Object
Returns the value of attribute val.
Instance Attribute Details
#bits ⇒ Object
Returns the value of attribute bits
3365 3366 3367 |
# File 'lib/pr/rbzlib.rb', line 3365 def bits @bits end |
#op ⇒ Object
Returns the value of attribute op
3365 3366 3367 |
# File 'lib/pr/rbzlib.rb', line 3365 def op @op end |
#val ⇒ Object
Returns the value of attribute val
3365 3366 3367 |
# File 'lib/pr/rbzlib.rb', line 3365 def val @val end |