Class: GhostRb::Resources::Post
- Inherits:
-
BaseResource
- Object
- BaseResource
- GhostRb::Resources::Post
- Defined in:
- lib/ghost_rb/resources/post.rb
Overview
Instance Attribute Summary collapse
- #author ⇒ Object
- #created_at ⇒ Object
- #featured ⇒ Object (also: #featured?)
- #html ⇒ Object
- #id ⇒ Object
- #page ⇒ Object (also: #page?)
- #plaintext ⇒ Object
- #published_at ⇒ Object
- #slug ⇒ Object
- #status ⇒ Object
- #tags ⇒ Object
- #title ⇒ Object
- #visibility ⇒ Object
Class Method Summary collapse
Methods inherited from BaseResource
Methods included from Support::Hydratable
Instance Attribute Details
#author ⇒ Object
8 9 10 |
# File 'lib/ghost_rb/resources/post.rb', line 8 def @author end |
#created_at ⇒ Object
8 9 10 |
# File 'lib/ghost_rb/resources/post.rb', line 8 def created_at @created_at end |
#featured ⇒ Object Also known as: featured?
8 9 10 |
# File 'lib/ghost_rb/resources/post.rb', line 8 def featured @featured end |
#html ⇒ Object
8 9 10 |
# File 'lib/ghost_rb/resources/post.rb', line 8 def html @html end |
#id ⇒ Object
8 9 10 |
# File 'lib/ghost_rb/resources/post.rb', line 8 def id @id end |
#page ⇒ Object Also known as: page?
8 9 10 |
# File 'lib/ghost_rb/resources/post.rb', line 8 def page @page end |
#plaintext ⇒ Object
8 9 10 |
# File 'lib/ghost_rb/resources/post.rb', line 8 def plaintext @plaintext end |
#published_at ⇒ Object
8 9 10 |
# File 'lib/ghost_rb/resources/post.rb', line 8 def published_at @published_at end |
#slug ⇒ Object
8 9 10 |
# File 'lib/ghost_rb/resources/post.rb', line 8 def slug @slug end |
#status ⇒ Object
8 9 10 |
# File 'lib/ghost_rb/resources/post.rb', line 8 def status @status end |
#tags ⇒ Object
8 9 10 |
# File 'lib/ghost_rb/resources/post.rb', line 8 def @tags end |
#title ⇒ Object
8 9 10 |
# File 'lib/ghost_rb/resources/post.rb', line 8 def title @title end |
#visibility ⇒ Object
8 9 10 |
# File 'lib/ghost_rb/resources/post.rb', line 8 def visibility @visibility end |