Class: Protobug::Field::SFixed32Field
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
567
|
# File 'lib/protobug/field.rb', line 567
def binary_pack = "l"
|
#bit_length ⇒ Object
564
|
# File 'lib/protobug/field.rb', line 564
def bit_length = 32
|
#encoding ⇒ Object
563
|
# File 'lib/protobug/field.rb', line 563
def encoding = :fixed
|
#signed ⇒ Object
565
|
# File 'lib/protobug/field.rb', line 565
def signed = true
|
#wire_type ⇒ Object
566
|
# File 'lib/protobug/field.rb', line 566
def wire_type = 5
|