Class: Rsense::Server::Command::Preload::SourceCode
- Inherits:
-
Struct
- Object
- Struct
- Rsense::Server::Command::Preload::SourceCode
- Defined in:
- lib/rsense/server/command/preload.rb
Instance Attribute Summary collapse
-
#files ⇒ Object
Returns the value of attribute files.
-
#full_name ⇒ Object
Returns the value of attribute full_name.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#files ⇒ Object
Returns the value of attribute files
5 6 7 |
# File 'lib/rsense/server/command/preload.rb', line 5 def files @files end |
#full_name ⇒ Object
Returns the value of attribute full_name
5 6 7 |
# File 'lib/rsense/server/command/preload.rb', line 5 def full_name @full_name end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/rsense/server/command/preload.rb', line 5 def name @name end |
#path ⇒ Object
Returns the value of attribute path
5 6 7 |
# File 'lib/rsense/server/command/preload.rb', line 5 def path @path end |
#source ⇒ Object
Returns the value of attribute source
5 6 7 |
# File 'lib/rsense/server/command/preload.rb', line 5 def source @source end |