Class: Virtuozzo::SOAP::Types::Filer::ReadlinkResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/filer.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#fileObject

Returns the value of attribute file.



2645
2646
2647
# File 'lib/virtuozzo/soap/types/filer.rb', line 2645

def file
  @file
end