Class: ReactOnRails::VersionSynchronizer::Result
- Inherits:
-
Struct
- Object
- Struct
- ReactOnRails::VersionSynchronizer::Result
- Defined in:
- lib/react_on_rails/version_synchronizer.rb
Instance Attribute Summary collapse
-
#changed_files ⇒ Object
Returns the value of attribute changed_files.
-
#changes ⇒ Object
Returns the value of attribute changes.
-
#missing_source_specs ⇒ Object
Returns the value of attribute missing_source_specs.
-
#unsupported_specs ⇒ Object
Returns the value of attribute unsupported_specs.
Instance Attribute Details
#changed_files ⇒ Object
Returns the value of attribute changed_files
22 23 24 |
# File 'lib/react_on_rails/version_synchronizer.rb', line 22 def changed_files @changed_files end |
#changes ⇒ Object
Returns the value of attribute changes
22 23 24 |
# File 'lib/react_on_rails/version_synchronizer.rb', line 22 def changes @changes end |
#missing_source_specs ⇒ Object
Returns the value of attribute 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_specs ⇒ Object
Returns the value of attribute unsupported_specs
22 23 24 |
# File 'lib/react_on_rails/version_synchronizer.rb', line 22 def unsupported_specs @unsupported_specs end |