Class: Protobug::Field::Fixed32Field
Instance Attribute Summary
#adder, #cardinality, #clearer, #haser, #ivar, #json_name, #name, #number, #oneof, #setter
Instance Method Summary
collapse
#binary_decode_one, #binary_encode_one, #default, #json_decode_one, #json_encode_one, #validate!
#binary_decode, #binary_encode, #define_adder, #initialize, #json_decode, #json_encode, #json_key_encode, #optional?, #packed?, #pretty_print, #proto3_optional?, #repeated?, #to_text, #validate!
Instance Method Details
#binary_pack ⇒ Object
559
|
# File 'lib/protobug/field.rb', line 559
def binary_pack = "V"
|
#bit_length ⇒ Object
556
|
# File 'lib/protobug/field.rb', line 556
def bit_length = 32
|
#encoding ⇒ Object
555
|
# File 'lib/protobug/field.rb', line 555
def encoding = :fixed
|
#signed ⇒ Object
557
|
# File 'lib/protobug/field.rb', line 557
def signed = false
|
#wire_type ⇒ Object
558
|
# File 'lib/protobug/field.rb', line 558
def wire_type = 5
|