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