Class: MisarBlog::Models::TitleSuggestion

Inherits:
Base
  • Object
show all
Defined in:
lib/misarblog/models.rb

Overview

A single generated title suggestion.

Instance Attribute Summary

Attributes inherited from Base

#raw

Instance Method Summary collapse

Methods inherited from Base

#[], #initialize, #to_h

Constructor Details

This class inherits a constructor from MisarBlog::Models::Base

Instance Method Details

#hintObject



128
# File 'lib/misarblog/models.rb', line 128

def hint;  @raw["hint"];  end

#titleObject



127
# File 'lib/misarblog/models.rb', line 127

def title; @raw["title"]; end