Class: Protobug::Field::UInt32Field

Inherits:
IntegerField show all
Defined in:
lib/protobug/field.rb

Constant Summary

Constants inherited from Protobug::Field

PACKABLE_WIRE_TYPES

Instance Attribute Summary

Attributes inherited from Protobug::Field

#adder, #cardinality, #clearer, #haser, #ivar, #json_name, #name, #number, #oneof, #setter

Instance Method Summary collapse

Methods inherited from IntegerField

#binary_decode_one, #binary_encode_one, #default, #json_decode_one, #json_encode_one, #validate!

Methods inherited from Protobug::Field

#adder_method_definition, #binary_decode, #binary_encode, #initialize, #json_decode, #json_encode, #json_key_encode, #method_definitions, #optional?, #packed?, #pretty_print, #proto3_optional?, #repeated?, #to_text, #validate!

Constructor Details

This class inherits a constructor from Protobug::Field

Instance Method Details

#bit_lengthObject



671
672
673
# File 'lib/protobug/field.rb', line 671

def bit_length
  32
end

#encodingObject



667
668
669
# File 'lib/protobug/field.rb', line 667

def encoding
  :varint
end

#signedObject



675
676
677
# File 'lib/protobug/field.rb', line 675

def signed
  false
end

#wire_typeObject



679
680
681
# File 'lib/protobug/field.rb', line 679

def wire_type
  0
end