Class: HighLevel::Models::Blogs::BlogPostResponseDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/blogs/blog_post_response_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#archivedObject (readonly)

Returns the value of attribute archived

Returns:

  • (Object)

    the current value of archived



9
10
11
# File 'lib/high_level/models/blogs/blog_post_response_dto.rb', line 9

def archived
  @archived
end

#authorObject (readonly)

Returns the value of attribute author

Returns:

  • (Object)

    the current value of author



9
10
11
# File 'lib/high_level/models/blogs/blog_post_response_dto.rb', line 9

def author
  @author
end

Returns the value of attribute canonical_link

Returns:

  • (Object)

    the current value of canonical_link



9
10
11
# File 'lib/high_level/models/blogs/blog_post_response_dto.rb', line 9

def canonical_link
  @canonical_link
end

#categoriesObject (readonly)

Returns the value of attribute categories

Returns:

  • (Object)

    the current value of categories



9
10
11
# File 'lib/high_level/models/blogs/blog_post_response_dto.rb', line 9

def categories
  @categories
end

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



9
10
11
# File 'lib/high_level/models/blogs/blog_post_response_dto.rb', line 9

def description
  @description
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/blogs/blog_post_response_dto.rb', line 9

def id
  @id
end

#image_alt_textObject (readonly)

Returns the value of attribute image_alt_text

Returns:

  • (Object)

    the current value of 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_urlObject (readonly)

Returns the value of attribute image_url

Returns:

  • (Object)

    the current value of 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_atObject (readonly)

Returns the value of attribute published_at

Returns:

  • (Object)

    the current value of published_at



9
10
11
# File 'lib/high_level/models/blogs/blog_post_response_dto.rb', line 9

def published_at
  @published_at
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



9
10
11
# File 'lib/high_level/models/blogs/blog_post_response_dto.rb', line 9

def status
  @status
end

#tagsObject (readonly)

Returns the value of attribute tags

Returns:

  • (Object)

    the current value of tags



9
10
11
# File 'lib/high_level/models/blogs/blog_post_response_dto.rb', line 9

def tags
  @tags
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



9
10
11
# File 'lib/high_level/models/blogs/blog_post_response_dto.rb', line 9

def title
  @title
end

#updated_atObject (readonly)

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of 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_slugObject (readonly)

Returns the value of attribute url_slug

Returns:

  • (Object)

    the current value of url_slug



9
10
11
# File 'lib/high_level/models/blogs/blog_post_response_dto.rb', line 9

def url_slug
  @url_slug
end