Class: Sandals::CodeReloader::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#applicationObject (readonly)

Returns the value of attribute application

Returns:

  • (Object)

    the current value of application



7
8
9
# File 'lib/sandals/code_reloader.rb', line 7

def application
  @application
end

#changedObject (readonly)

Returns the value of attribute changed

Returns:

  • (Object)

    the current value of changed



7
8
9
# File 'lib/sandals/code_reloader.rb', line 7

def changed
  @changed
end

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



7
8
9
# File 'lib/sandals/code_reloader.rb', line 7

def error
  @error
end

#versionObject (readonly)

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



7
8
9
# File 'lib/sandals/code_reloader.rb', line 7

def version
  @version
end