Class: Rbzlib::Code

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

Instance Attribute Summary collapse

Instance Attribute Details

#bitsObject

Returns the value of attribute bits

Returns:

  • (Object)

    the current value of bits



3365
3366
3367
# File 'lib/pr/rbzlib.rb', line 3365

def bits
  @bits
end

#opObject

Returns the value of attribute op

Returns:

  • (Object)

    the current value of op



3365
3366
3367
# File 'lib/pr/rbzlib.rb', line 3365

def op
  @op
end

#valObject

Returns the value of attribute val

Returns:

  • (Object)

    the current value of val



3365
3366
3367
# File 'lib/pr/rbzlib.rb', line 3365

def val
  @val
end