Class: Virtuozzo::SOAP::Types::Filer::Stat

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/filerstat

path - SOAP::SOAPBase64
cwd - SOAP::SOAPBase64
cred - Virtuozzo::SOAP::Types::Filer::CredType
usage - Virtuozzo::SOAP::Types::Filer::Stat::Usage
follow_links - (any)
info - Virtuozzo::SOAP::Types::Filer::Info

Defined Under Namespace

Classes: Usage

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path = [], cwd = nil, cred = nil, usage = nil, follow_links = nil, info = nil) ⇒ Stat

Returns a new instance of Stat.



2531
2532
2533
2534
2535
2536
2537
2538
# File 'lib/virtuozzo/soap/types/filer.rb', line 2531

def initialize(path = [], cwd = nil, cred = nil, usage = nil, follow_links = nil, info = nil)
  @path = path
  @cwd = cwd
  @cred = cred
  @usage = usage
  @follow_links = follow_links
  @info = info
end

Instance Attribute Details

#credObject

Returns the value of attribute cred.



2526
2527
2528
# File 'lib/virtuozzo/soap/types/filer.rb', line 2526

def cred
  @cred
end

#cwdObject

Returns the value of attribute cwd.



2525
2526
2527
# File 'lib/virtuozzo/soap/types/filer.rb', line 2525

def cwd
  @cwd
end

Returns the value of attribute follow_links.



2528
2529
2530
# File 'lib/virtuozzo/soap/types/filer.rb', line 2528

def follow_links
  @follow_links
end

#infoObject

Returns the value of attribute info.



2529
2530
2531
# File 'lib/virtuozzo/soap/types/filer.rb', line 2529

def info
  @info
end

#pathObject

Returns the value of attribute path.



2524
2525
2526
# File 'lib/virtuozzo/soap/types/filer.rb', line 2524

def path
  @path
end

#usageObject

Returns the value of attribute usage.



2527
2528
2529
# File 'lib/virtuozzo/soap/types/filer.rb', line 2527

def usage
  @usage
end