Class: VirtualBox::COM::XPCOMC::Spec

Inherits:
Object
  • Object
show all
Defined in:
lib/virtualbox/com/xpcomc-ffi/spec.rb

Direct Known Subclasses

Function, Property

Defined Under Namespace

Classes: Function, Property

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



8
9
10
# File 'lib/virtualbox/com/xpcomc-ffi/spec.rb', line 8

def name
  @name
end

Instance Method Details

#hide?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/virtualbox/com/xpcomc-ffi/spec.rb', line 10

def hide?
    @opts[:hide]
end