Class: HighLevel::Models::Blogs::CreateBlogPostParams

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

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject (readonly)

Returns the value of attribute author

Returns:

  • (Object)

    the current value of author



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

def author
  @author
end

#blog_idObject (readonly)

Returns the value of attribute blog_id

Returns:

  • (Object)

    the current value of blog_id



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

def blog_id
  @blog_id
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/create_blog_post_params.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/create_blog_post_params.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/create_blog_post_params.rb', line 9

def description
  @description
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/create_blog_post_params.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/create_blog_post_params.rb', line 9

def image_url
  @image_url
end

#location_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of location_id



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

def location_id
  @location_id
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/create_blog_post_params.rb', line 9

def published_at
  @published_at
end

#raw_htmlObject (readonly)

Returns the value of attribute raw_html

Returns:

  • (Object)

    the current value of raw_html



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

def raw_html
  @raw_html
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/create_blog_post_params.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/create_blog_post_params.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/create_blog_post_params.rb', line 9

def title
  @title
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/create_blog_post_params.rb', line 9

def url_slug
  @url_slug
end