Class: VBox::GuestFsObjInfo
- Defined in:
- lib/virtualbox/classes/guest_fs_obj_info.rb
Instance Attribute Summary collapse
-
#ref ⇒ Object
readonly
Returns the value of attribute ref.
Method Summary
Methods inherited from FsObjInfo
#access_time, #allocated_size, #birth_time, #change_time, #device_number, #file_attributes, #generation_id, #gid, #group_name, #hard_links, #modification_time, #name, #node_id, #node_id_device, #object_size, #type, #uid, #user_flags, #user_name
Methods inherited from Base
#_this, #delete!, #ensure_hash, #initialize, #vbox_class
Constructor Details
This class inherits a constructor from VBox::Base
Instance Attribute Details
#ref ⇒ Object (readonly)
Returns the value of attribute ref.
4 5 6 |
# File 'lib/virtualbox/classes/guest_fs_obj_info.rb', line 4 def ref @ref end |