Class: Protobug::Field::Fixed64Field
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
522
|
# File 'lib/protobug/field.rb', line 522
def binary_pack = "Q"
|
#bit_length ⇒ Object
519
|
# File 'lib/protobug/field.rb', line 519
def bit_length = 64
|
#encoding ⇒ Object
518
|
# File 'lib/protobug/field.rb', line 518
def encoding = :fixed
|
#signed ⇒ Object
520
|
# File 'lib/protobug/field.rb', line 520
def signed = false
|
#wire_type ⇒ Object
521
|
# File 'lib/protobug/field.rb', line 521
def wire_type = 1
|