Class: ReactOnRails::VersionSynchronizer::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/react_on_rails/version_synchronizer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#changed_filesObject

Returns the value of attribute changed_files

Returns:

  • (Object)

    the current value of changed_files



22
23
24
# File 'lib/react_on_rails/version_synchronizer.rb', line 22

def changed_files
  @changed_files
end

#changesObject

Returns the value of attribute changes

Returns:

  • (Object)

    the current value of changes



22
23
24
# File 'lib/react_on_rails/version_synchronizer.rb', line 22

def changes
  @changes
end

#missing_source_specsObject

Returns the value of attribute missing_source_specs

Returns:

  • (Object)

    the current value of missing_source_specs



22
23
24
# File 'lib/react_on_rails/version_synchronizer.rb', line 22

def missing_source_specs
  @missing_source_specs
end

#unsupported_specsObject

Returns the value of attribute unsupported_specs

Returns:

  • (Object)

    the current value of unsupported_specs



22
23
24
# File 'lib/react_on_rails/version_synchronizer.rb', line 22

def unsupported_specs
  @unsupported_specs
end