Class: Virtuozzo::SOAP::Types::Filer::Navigate_wildType
- Inherits:
-
NavigateType
- Object
- NavigateType
- Virtuozzo::SOAP::Types::Filer::Navigate_wildType
- Defined in:
- lib/virtuozzo/soap/types/filer.rb
Overview
Instance Attribute Summary collapse
-
#cred ⇒ Object
Returns the value of attribute cred.
-
#cwd ⇒ Object
Returns the value of attribute cwd.
-
#path ⇒ Object
Returns the value of attribute path.
-
#wildcard ⇒ Object
Returns the value of attribute wildcard.
Instance Method Summary collapse
-
#initialize(path = [], cwd = nil, cred = nil, wildcard = nil) ⇒ Navigate_wildType
constructor
A new instance of Navigate_wildType.
Constructor Details
#initialize(path = [], cwd = nil, cred = nil, wildcard = nil) ⇒ Navigate_wildType
Returns a new instance of Navigate_wildType.
35 36 37 38 39 40 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 35 def initialize(path = [], cwd = nil, cred = nil, wildcard = nil) @path = path @cwd = cwd @cred = cred @wildcard = wildcard end |
Instance Attribute Details
#cred ⇒ Object
Returns the value of attribute cred.
32 33 34 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 32 def cred @cred end |
#cwd ⇒ Object
Returns the value of attribute cwd.
31 32 33 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 31 def cwd @cwd end |
#path ⇒ Object
Returns the value of attribute path.
30 31 32 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 30 def path @path end |
#wildcard ⇒ Object
Returns the value of attribute wildcard.
33 34 35 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 33 def wildcard @wildcard end |