Class: Virtuozzo::SOAP::Types::Filer::ReadlinkResponse
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Filer::ReadlinkResponse
- Defined in:
- lib/virtuozzo/soap/types/filer.rb
Overview
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
Instance Method Summary collapse
-
#initialize(file = nil) ⇒ ReadlinkResponse
constructor
A new instance of ReadlinkResponse.
Constructor Details
#initialize(file = nil) ⇒ ReadlinkResponse
Returns a new instance of ReadlinkResponse.
2647 2648 2649 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2647 def initialize(file = nil) @file = file end |
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file.
2645 2646 2647 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 2645 def file @file end |