Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
open-api
v0.1.5
Open
Api
ClassMethods
Components
Contact
ExampleValue
Header
Info
License
MediaType
Operation
OperationItem
Parameter
PathItem
Paths
Ref
Response
RouteMetaDatum
Schema
SchemaRef
Server
Wrapper
Built with Crystal 1.9.2
2023-10-08 20:37:32 UTC
class
Open::Api::License
Open::Api::License
Reference
Object
Included Modules
JSON::Serializable
YAML::Serializable
Defined in:
open-api/info.cr
Constructors
.new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
.new
(pull : JSON::PullParser)
.new
Instance Method Summary
#name
: String
#name=
(name : String)
#url
: String | Nil
#url=
(url : String | Nil)
Constructor Detail
def self.
new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
def self.
new
#
[
View source
]
Instance Method Detail
def
name
: String
#
[
View source
]
def
name=
(name : String)
#
[
View source
]
def
url
: String | Nil
#
[
View source
]
def
url=
(url : String | Nil)
#
[
View source
]