Method: OpenNebula::Hook#gid
- Defined in:
- lib/opennebula/hook.rb
#gid ⇒ Object
Returns the group identifier
- return
-
Integer the element’s group ID
144 145 146 |
# File 'lib/opennebula/hook.rb', line 144 def gid self['GID'].to_i end |