class SwaggerParser::Paths

Private Instance Methods

build_element(value) click to toggle source

@note Implementation for SwaggerParser::EnumerableObject

# File lib/swagger_parser/paths.rb, line 12
def build_element(value)
  SwaggerParser::Path.new(value)
end