Class: Swagger::Blocks::ImplicitNode

Inherits:
Node
  • Object
show all
Defined in:
lib/swagger/blocks.rb

Overview

Instance Attribute Summary

Attributes inherited from Node

#name

Instance Method Summary collapse

Methods inherited from Node

#as_json, call, #data, #key

Instance Method Details

#login_endpoint(&block) ⇒ Object



245
246
247
# File 'lib/swagger/blocks.rb', line 245

def (&block)
  self.data[:loginEndpoint] = Swagger::Blocks::LoginEndpointNode.call(&block)
end