Class: Protopuffs::Fixed64Base
- Inherits:
-
Numeric
- Object
- MessageField
- Numeric
- Protopuffs::Fixed64Base
- Defined in:
- lib/protopuffs/message/field.rb
Instance Attribute Summary
Attributes inherited from MessageField
Class Method Summary collapse
Methods inherited from Numeric
Methods inherited from MessageField
factory, #key, #optional?, #repeated?, shift_tag, #to_wire_format_with_value
Constructor Details
This class inherits a constructor from Protopuffs::Numeric
Class Method Details
.shift(buffer) ⇒ Object
158 |
# File 'lib/protopuffs/message/field.rb', line 158 def self.shift(buffer); buffer.read(8) end |
.wire_type ⇒ Object
157 |
# File 'lib/protopuffs/message/field.rb', line 157 def self.wire_type; WireType::FIXED64 end |