Class: HighLevel::Models::Blogs::BlogPostResponseDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Blogs::BlogPostResponseDTO
- Defined in:
- lib/high_level/models/blogs/blog_post_response_dto.rb
Instance Attribute Summary collapse
-
#archived ⇒ Object
readonly
Returns the value of attribute archived.
-
#author ⇒ Object
readonly
Returns the value of attribute author.
-
#canonical_link ⇒ Object
readonly
Returns the value of attribute canonical_link.
-
#categories ⇒ Object
readonly
Returns the value of attribute categories.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#image_alt_text ⇒ Object
readonly
Returns the value of attribute image_alt_text.
-
#image_url ⇒ Object
readonly
Returns the value of attribute image_url.
-
#published_at ⇒ Object
readonly
Returns the value of attribute published_at.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#tags ⇒ Object
readonly
Returns the value of attribute tags.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
-
#url_slug ⇒ Object
readonly
Returns the value of attribute url_slug.
Instance Attribute Details
#archived ⇒ Object (readonly)
Returns the value of attribute archived
9 10 11 |
# File 'lib/high_level/models/blogs/blog_post_response_dto.rb', line 9 def archived @archived end |
#author ⇒ Object (readonly)
Returns the value of attribute author
9 10 11 |
# File 'lib/high_level/models/blogs/blog_post_response_dto.rb', line 9 def @author end |
#canonical_link ⇒ Object (readonly)
Returns the value of attribute canonical_link
9 10 11 |
# File 'lib/high_level/models/blogs/blog_post_response_dto.rb', line 9 def canonical_link @canonical_link end |
#categories ⇒ Object (readonly)
Returns the value of attribute categories
9 10 11 |
# File 'lib/high_level/models/blogs/blog_post_response_dto.rb', line 9 def categories @categories end |
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/blogs/blog_post_response_dto.rb', line 9 def description @description end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/blogs/blog_post_response_dto.rb', line 9 def id @id end |
#image_alt_text ⇒ Object (readonly)
Returns the value of attribute image_alt_text
9 10 11 |
# File 'lib/high_level/models/blogs/blog_post_response_dto.rb', line 9 def image_alt_text @image_alt_text end |
#image_url ⇒ Object (readonly)
Returns the value of attribute image_url
9 10 11 |
# File 'lib/high_level/models/blogs/blog_post_response_dto.rb', line 9 def image_url @image_url end |
#published_at ⇒ Object (readonly)
Returns the value of attribute published_at
9 10 11 |
# File 'lib/high_level/models/blogs/blog_post_response_dto.rb', line 9 def published_at @published_at end |
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/high_level/models/blogs/blog_post_response_dto.rb', line 9 def status @status end |
#tags ⇒ Object (readonly)
Returns the value of attribute tags
9 10 11 |
# File 'lib/high_level/models/blogs/blog_post_response_dto.rb', line 9 def @tags end |
#title ⇒ Object (readonly)
Returns the value of attribute title
9 10 11 |
# File 'lib/high_level/models/blogs/blog_post_response_dto.rb', line 9 def title @title end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
9 10 11 |
# File 'lib/high_level/models/blogs/blog_post_response_dto.rb', line 9 def updated_at @updated_at end |
#url_slug ⇒ Object (readonly)
Returns the value of attribute url_slug
9 10 11 |
# File 'lib/high_level/models/blogs/blog_post_response_dto.rb', line 9 def url_slug @url_slug end |