Class: Protobug::Field::SFixed64Field
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
530
|
# File 'lib/protobug/field.rb', line 530
def binary_pack = "q"
|
#bit_length ⇒ Object
527
|
# File 'lib/protobug/field.rb', line 527
def bit_length = 64
|
#encoding ⇒ Object
526
|
# File 'lib/protobug/field.rb', line 526
def encoding = :fixed
|
#signed ⇒ Object
528
|
# File 'lib/protobug/field.rb', line 528
def signed = true
|
#wire_type ⇒ Object
529
|
# File 'lib/protobug/field.rb', line 529
def wire_type = 1
|