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



3264
3265
3266
# File 'lib/pr/rbzlib.rb', line 3264

def bits
  @bits
end

#opObject

Returns the value of attribute op

Returns:

  • (Object)

    the current value of op



3264
3265
3266
# File 'lib/pr/rbzlib.rb', line 3264

def op
  @op
end

#valObject

Returns the value of attribute val

Returns:

  • (Object)

    the current value of val



3264
3265
3266
# File 'lib/pr/rbzlib.rb', line 3264

def val
  @val
end