class DBus::Data::Int64

Signed 64 bit integer.

Constants

FORMAT

Public Class Methods

alignment() click to toggle source
# File lib/dbus/data.rb, line 339
def self.alignment
  8
end
format() click to toggle source
# File lib/dbus/data.rb, line 344
def self.format
  FORMAT
end
range() click to toggle source
# File lib/dbus/data.rb, line 348
def self.range
  (-9_223_372_036_854_775_808..9_223_372_036_854_775_807)
end
type_code() click to toggle source
# File lib/dbus/data.rb, line 335
def self.type_code
  "x"
end