Class: Sandals::CodeReloader::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/sandals/code_reloader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#applicationObject

Returns the value of attribute application

Returns:

  • (Object)

    the current value of application



5
6
7
# File 'lib/sandals/code_reloader.rb', line 5

def application
  @application
end

#changedObject

Returns the value of attribute changed

Returns:

  • (Object)

    the current value of changed



5
6
7
# File 'lib/sandals/code_reloader.rb', line 5

def changed
  @changed
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



5
6
7
# File 'lib/sandals/code_reloader.rb', line 5

def error
  @error
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



5
6
7
# File 'lib/sandals/code_reloader.rb', line 5

def version
  @version
end