Class: DBus::Data::UInt64
Overview
Unsigned 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
360 361 362 |
# File 'lib/dbus/data.rb', line 360 def self.alignment 8 end |
.range ⇒ Object
369 370 371 |
# File 'lib/dbus/data.rb', line 369 def self.range (0..18_446_744_073_709_551_615) end |
.type_code ⇒ Object
356 357 358 |
# File 'lib/dbus/data.rb', line 356 def self.type_code "t" end |