class Radiator::Type::Future

See: github.com/xeroc/piston-lib/blob/34a7525cee119ec9b24a99577ede2d54466fca0e/steembase/operations.py

Public Class Methods

new(value) click to toggle source
Calls superclass method
# File lib/radiator/type/future.rb, line 6
def initialize(value)
  super(:future, true)
end

Public Instance Methods

to_bytes() click to toggle source
# File lib/radiator/type/future.rb, line 10
def to_bytes
  [1].pack('U')
end
to_s() click to toggle source
# File lib/radiator/type/future.rb, line 14
def to_s
end