Class: HighLevel::Models::Blogs::UpdateBlogPostParams
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Blogs::UpdateBlogPostParams
- Defined in:
- lib/high_level/models/blogs/update_blog_post_params.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
readonly
Returns the value of attribute author.
-
#blog_id ⇒ Object
readonly
Returns the value of attribute blog_id.
-
#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.
-
#image_alt_text ⇒ Object
readonly
Returns the value of attribute image_alt_text.
-
#image_url ⇒ Object
readonly
Returns the value of attribute image_url.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#published_at ⇒ Object
readonly
Returns the value of attribute published_at.
-
#raw_html ⇒ Object
readonly
Returns the value of attribute raw_html.
-
#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.
-
#url_slug ⇒ Object
readonly
Returns the value of attribute url_slug.
Instance Attribute Details
#author ⇒ Object (readonly)
Returns the value of attribute author
9 10 11 |
# File 'lib/high_level/models/blogs/update_blog_post_params.rb', line 9 def @author end |
#blog_id ⇒ Object (readonly)
Returns the value of attribute blog_id
9 10 11 |
# File 'lib/high_level/models/blogs/update_blog_post_params.rb', line 9 def blog_id @blog_id end |
#canonical_link ⇒ Object (readonly)
Returns the value of attribute canonical_link
9 10 11 |
# File 'lib/high_level/models/blogs/update_blog_post_params.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/update_blog_post_params.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/update_blog_post_params.rb', line 9 def description @description end |
#image_alt_text ⇒ Object (readonly)
Returns the value of attribute image_alt_text
9 10 11 |
# File 'lib/high_level/models/blogs/update_blog_post_params.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/update_blog_post_params.rb', line 9 def image_url @image_url end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/blogs/update_blog_post_params.rb', line 9 def location_id @location_id end |
#published_at ⇒ Object (readonly)
Returns the value of attribute published_at
9 10 11 |
# File 'lib/high_level/models/blogs/update_blog_post_params.rb', line 9 def published_at @published_at end |
#raw_html ⇒ Object (readonly)
Returns the value of attribute raw_html
9 10 11 |
# File 'lib/high_level/models/blogs/update_blog_post_params.rb', line 9 def raw_html @raw_html end |
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/high_level/models/blogs/update_blog_post_params.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/update_blog_post_params.rb', line 9 def @tags end |
#title ⇒ Object (readonly)
Returns the value of attribute title
9 10 11 |
# File 'lib/high_level/models/blogs/update_blog_post_params.rb', line 9 def title @title end |
#url_slug ⇒ Object (readonly)
Returns the value of attribute url_slug
9 10 11 |
# File 'lib/high_level/models/blogs/update_blog_post_params.rb', line 9 def url_slug @url_slug end |