Class: MediumApi::Post
- Inherits:
-
Struct
- Object
- Struct
- MediumApi::Post
- Defined in:
- lib/medium_api/post.rb
Instance Attribute Summary collapse
-
#author_id ⇒ Object
Returns the value of attribute author_id.
-
#canonical_url ⇒ Object
Returns the value of attribute canonical_url.
-
#id ⇒ Object
Returns the value of attribute id.
-
#license ⇒ Object
Returns the value of attribute license.
-
#license_url ⇒ Object
Returns the value of attribute license_url.
-
#publish_status ⇒ Object
Returns the value of attribute publish_status.
-
#published_at ⇒ Object
Returns the value of attribute published_at.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#author_id ⇒ Object
Returns the value of attribute author_id
2 3 4 |
# File 'lib/medium_api/post.rb', line 2 def @author_id end |
#canonical_url ⇒ Object
Returns the value of attribute canonical_url
2 3 4 |
# File 'lib/medium_api/post.rb', line 2 def canonical_url @canonical_url end |
#id ⇒ Object
Returns the value of attribute id
2 3 4 |
# File 'lib/medium_api/post.rb', line 2 def id @id end |
#license ⇒ Object
Returns the value of attribute license
2 3 4 |
# File 'lib/medium_api/post.rb', line 2 def license @license end |
#license_url ⇒ Object
Returns the value of attribute license_url
2 3 4 |
# File 'lib/medium_api/post.rb', line 2 def license_url @license_url end |
#publish_status ⇒ Object
Returns the value of attribute publish_status
2 3 4 |
# File 'lib/medium_api/post.rb', line 2 def publish_status @publish_status end |
#published_at ⇒ Object
Returns the value of attribute published_at
2 3 4 |
# File 'lib/medium_api/post.rb', line 2 def published_at @published_at end |
#tags ⇒ Object
Returns the value of attribute tags
2 3 4 |
# File 'lib/medium_api/post.rb', line 2 def @tags end |
#title ⇒ Object
Returns the value of attribute title
2 3 4 |
# File 'lib/medium_api/post.rb', line 2 def title @title end |
#url ⇒ Object
Returns the value of attribute url
2 3 4 |
# File 'lib/medium_api/post.rb', line 2 def url @url end |