Class: Locked::Command

Inherits:
Struct
  • Object
show all
Defined in:
lib/locked/command.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data



4
5
6
# File 'lib/locked/command.rb', line 4

def data
  @data
end

#methodObject

Returns the value of attribute method



4
5
6
# File 'lib/locked/command.rb', line 4

def method
  @method
end

#pathObject

Returns the value of attribute path



4
5
6
# File 'lib/locked/command.rb', line 4

def path
  @path
end