Class: BlobViewer::CargoToml
- Inherits:
-
DependencyManager
- Object
- Base
- DependencyManager
- BlobViewer::CargoToml
- Includes:
- Static
- Defined in:
- app/models/blob_viewer/cargo_toml.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods included from Static
Methods inherited from DependencyManager
#package_name, #package_type, #package_url
Methods included from Auxiliary
Methods included from Gitlab::Allowable
Methods inherited from Base
auxiliary?, binary?, #binary_detected_after_load?, can_render?, #collapsed?, #initialize, load_async?, loading_partial_path, partial_path, #prepare!, #render_error, rich?, simple?, text?, #too_large?
Constructor Details
This class inherits a constructor from BlobViewer::Base
Instance Method Details
#manager_name ⇒ Object
9 10 11 |
# File 'app/models/blob_viewer/cargo_toml.rb', line 9 def manager_name 'Cargo' end |
#manager_url ⇒ Object
13 14 15 |
# File 'app/models/blob_viewer/cargo_toml.rb', line 13 def manager_url 'https://crates.io/' end |