Class: Rsense::Server::LoadPath::Dependency

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

Instance Attribute Summary collapse

Instance Attribute Details

#full_nameObject

Returns the value of attribute full_name

Returns:

  • (Object)

    the current value of full_name



8
9
10
# File 'lib/rsense/server/load_path.rb', line 8

def full_name
  @full_name
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/rsense/server/load_path.rb', line 8

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



8
9
10
# File 'lib/rsense/server/load_path.rb', line 8

def path
  @path
end