class SpdxGrammar::With

Public Instance Methods

exception() click to toggle source
# File lib/spdx_grammar.rb, line 35
def exception
  elements[1]
end
license() click to toggle source
# File lib/spdx_grammar.rb, line 31
def license
  elements[0]
end
licenses() click to toggle source
# File lib/spdx_grammar.rb, line 27
def licenses
  license.licenses
end