Class: ElVfs::Command::Result

Inherits:
Model
  • Object
show all
Defined in:
lib/el_finder_api/el_vfs/command.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#attributes=, #el_hash, #initialize, options, #to_el_hash

Constructor Details

This class inherits a constructor from ElVfs::Model

Instance Attribute Details

#argumentsObject

Returns the value of attribute arguments.



35
36
37
# File 'lib/el_finder_api/el_vfs/command.rb', line 35

def arguments
  @arguments
end

#execute_commandObject

Returns the value of attribute execute_command.



35
36
37
# File 'lib/el_finder_api/el_vfs/command.rb', line 35

def execute_command
  @execute_command
end