Class: Rsense::Server::Command::Preload::SourceCode

Inherits:
Struct
  • Object
show all
Defined in:
lib/rsense/server/command/preload.rb

Instance Attribute Summary collapse

Instance Attribute Details

#filesObject

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



5
6
7
# File 'lib/rsense/server/command/preload.rb', line 5

def files
  @files
end

#full_nameObject

Returns the value of attribute full_name

Returns:

  • (Object)

    the current value of full_name



5
6
7
# File 'lib/rsense/server/command/preload.rb', line 5

def full_name
  @full_name
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/rsense/server/command/preload.rb', line 5

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



5
6
7
# File 'lib/rsense/server/command/preload.rb', line 5

def path
  @path
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



5
6
7
# File 'lib/rsense/server/command/preload.rb', line 5

def source
  @source
end