Class: VBox::GuestFile
- Defined in:
- lib/virtualbox/classes/guest_file.rb
Instance Attribute Summary collapse
-
#ref ⇒ Object
readonly
Returns the value of attribute ref.
Method Summary
Methods inherited from File
#close, #creation_mode, #disposition, #file_name, #initial_size, #offset, #open_mode, #query_info, #read, #read_at, #seek, #set_acl, #write, #write_at
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_file.rb', line 4 def ref @ref end |