Class: Sandals::CodeReloader::Result
- Inherits:
-
Data
- Object
- Data
- Sandals::CodeReloader::Result
- Defined in:
- lib/sandals/code_reloader.rb
Instance Attribute Summary collapse
-
#application ⇒ Object
readonly
Returns the value of attribute application.
-
#changed ⇒ Object
readonly
Returns the value of attribute changed.
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Attribute Details
#application ⇒ Object (readonly)
Returns the value of attribute application
7 8 9 |
# File 'lib/sandals/code_reloader.rb', line 7 def application @application end |
#changed ⇒ Object (readonly)
Returns the value of attribute changed
7 8 9 |
# File 'lib/sandals/code_reloader.rb', line 7 def changed @changed end |
#error ⇒ Object (readonly)
Returns the value of attribute error
7 8 9 |
# File 'lib/sandals/code_reloader.rb', line 7 def error @error end |
#version ⇒ Object (readonly)
Returns the value of attribute version
7 8 9 |
# File 'lib/sandals/code_reloader.rb', line 7 def version @version end |