Class: VirtualBox::COM::XPCOMC::Spec
- Inherits:
-
Object
- Object
- VirtualBox::COM::XPCOMC::Spec
- Defined in:
- lib/virtualbox/com/xpcomc-ffi/spec.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object (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
10 11 12 |
# File 'lib/virtualbox/com/xpcomc-ffi/spec.rb', line 10 def hide? @opts[:hide] end |