Class: Grafeas::V1::License
- Inherits:
-
Object
- Object
- Grafeas::V1::License
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/grafeas/v1/common.rb
Overview
License information.
Instance Attribute Summary collapse
-
#comments ⇒ ::String
Comments.
-
#expression ⇒ ::String
Often a single license can be used to represent the licensing terms.
Instance Attribute Details
#comments ⇒ ::String
Returns Comments.
132 133 134 135 |
# File 'proto_docs/grafeas/v1/common.rb', line 132 class License include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#expression ⇒ ::String
Returns Often a single license can be used to represent the licensing terms. Sometimes it is necessary to include a choice of one or more licenses or some combination of license identifiers. Examples: "LGPL-2.1-only OR MIT", "LGPL-2.1-only AND MIT", "GPL-2.0-or-later WITH Bison-exception-2.2".
132 133 134 135 |
# File 'proto_docs/grafeas/v1/common.rb', line 132 class License include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |