Class: Ucode::Audit::Release::Emitter::Result
- Inherits:
-
Struct
- Object
- Struct
- Ucode::Audit::Release::Emitter::Result
- Defined in:
- lib/ucode/audit/release/emitter.rb
Instance Attribute Summary collapse
-
#faces_total ⇒ Object
Returns the value of attribute faces_total.
-
#formulas_total ⇒ Object
Returns the value of attribute formulas_total.
-
#library_index_written ⇒ Object
Returns the value of attribute library_index_written.
-
#manifest_written ⇒ Object
Returns the value of attribute manifest_written.
-
#release_root ⇒ Object
Returns the value of attribute release_root.
-
#universal_set_available ⇒ Object
Returns the value of attribute universal_set_available.
Instance Attribute Details
#faces_total ⇒ Object
Returns the value of attribute faces_total
41 42 43 |
# File 'lib/ucode/audit/release/emitter.rb', line 41 def faces_total @faces_total end |
#formulas_total ⇒ Object
Returns the value of attribute formulas_total
41 42 43 |
# File 'lib/ucode/audit/release/emitter.rb', line 41 def formulas_total @formulas_total end |
#library_index_written ⇒ Object
Returns the value of attribute library_index_written
41 42 43 |
# File 'lib/ucode/audit/release/emitter.rb', line 41 def library_index_written @library_index_written end |
#manifest_written ⇒ Object
Returns the value of attribute manifest_written
41 42 43 |
# File 'lib/ucode/audit/release/emitter.rb', line 41 def manifest_written @manifest_written end |
#release_root ⇒ Object
Returns the value of attribute release_root
41 42 43 |
# File 'lib/ucode/audit/release/emitter.rb', line 41 def release_root @release_root end |
#universal_set_available ⇒ Object
Returns the value of attribute universal_set_available
41 42 43 |
# File 'lib/ucode/audit/release/emitter.rb', line 41 def universal_set_available @universal_set_available end |