class Nexmo::OAS::Renderer::Presenters::Navigation

Attributes

content[R]
title[R]

Public Class Methods

new(content:, title: nil) click to toggle source
# File lib/nexmo/oas/renderer/presenters/navigation.rb, line 14
def initialize(content:, title: nil)
  @content = content
  @title   = title
end

Public Instance Methods

navigation_from_content() click to toggle source