Class: RBGL::GUI::Wayland::TypedArgument

Inherits:
Struct
  • Object
show all
Defined in:
lib/rbgl/gui/wayland/protocol_objects/arguments.rb

Instance Attribute Summary collapse

Instance Attribute Details

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



6
7
8
# File 'lib/rbgl/gui/wayland/protocol_objects/arguments.rb', line 6

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



6
7
8
# File 'lib/rbgl/gui/wayland/protocol_objects/arguments.rb', line 6

def value
  @value
end