Class: Texd::Document::Compilation
- Inherits:
-
Struct
- Object
- Struct
- Texd::Document::Compilation
- Defined in:
- lib/texd/document.rb
Instance Attribute Summary collapse
-
#attachments ⇒ Object
Returns the value of attribute attachments.
-
#main_input_name ⇒ Object
Returns the value of attribute main_input_name.
Instance Method Summary collapse
-
#main_input_contents ⇒ Object
Convenience accessor for the main input file.
- #to_upload_ios(missing_refs: Set.new) ⇒ Object
Instance Attribute Details
#attachments ⇒ Object
Returns the value of attribute attachments
39 40 41 |
# File 'lib/texd/document.rb', line 39 def @attachments end |
#main_input_name ⇒ Object
Returns the value of attribute main_input_name
39 40 41 |
# File 'lib/texd/document.rb', line 39 def main_input_name @main_input_name end |
Instance Method Details
#main_input_contents ⇒ Object
Convenience accessor for the main input file.
46 47 48 |
# File 'lib/texd/document.rb', line 46 def main_input_contents .items.fetch(main_input_name).contents end |
#to_upload_ios(missing_refs: Set.new) ⇒ Object
40 41 42 |
# File 'lib/texd/document.rb', line 40 def to_upload_ios(missing_refs: Set.new) .to_upload_ios(missing_refs) end |