Class: DBus::Data::Int64
Overview
Signed 64 bit integer.
Constant Summary collapse
- FORMAT =
Format.new("q<", "q>")
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Int
Methods inherited from Fixed
Methods inherited from Basic
basic?, from_typed, type, #type
Methods inherited from Base
#==, assert_type_matches_class, basic?, #eql?, fixed?, from_typed, #initialize, #type
Constructor Details
This class inherits a constructor from DBus::Data::Int
Class Method Details
.alignment ⇒ Object
340 341 342 |
# File 'lib/dbus/data.rb', line 340 def self.alignment 8 end |
.range ⇒ Object
349 350 351 |
# File 'lib/dbus/data.rb', line 349 def self.range (-9_223_372_036_854_775_808..9_223_372_036_854_775_807) end |
.type_code ⇒ Object
336 337 338 |
# File 'lib/dbus/data.rb', line 336 def self.type_code "x" end |