Class: Openapi3Parser::Node::License
- Defined in:
- lib/openapi3_parser/node/license.rb
Overview
Instance Attribute Summary
Attributes inherited from Object
Instance Method Summary collapse
Methods inherited from Object
#==, #[], #each, #extension, #initialize, #inspect, #node_at, #render_markdown, #values
Constructor Details
This class inherits a constructor from Openapi3Parser::Node::Object
Instance Method Details
#name ⇒ String
10 11 12 |
# File 'lib/openapi3_parser/node/license.rb', line 10 def name self["name"] end |
#url ⇒ String?
15 16 17 |
# File 'lib/openapi3_parser/node/license.rb', line 15 def url self["url"] end |