Class: DBus::Data::Format

Inherits:
Struct
  • Object
show all
Defined in:
lib/dbus/data.rb

Overview

Format strings for String#unpack, both little- and big-endian.

Instance Attribute Summary collapse

Instance Attribute Details

#bigObject

Returns the value of attribute big

Returns:

  • (Object)

    the current value of big



161
162
163
# File 'lib/dbus/data.rb', line 161

def big
  @big
end

#littleObject

Returns the value of attribute little

Returns:

  • (Object)

    the current value of little



161
162
163
# File 'lib/dbus/data.rb', line 161

def little
  @little
end