Class: MisarBlog::Models::Series

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

Overview

A series/collection of articles.

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

#article_countObject



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

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

#created_atObject



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

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

#descriptionObject



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

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

#idObject



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

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

#slugObject



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

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

#titleObject



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

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