Class: WebsiteInformation::Params::Og

Inherits:
Object
  • Object
show all
Defined in:
lib/website_information/params/og.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



4
5
6
# File 'lib/website_information/params/og.rb', line 4

def description
  @description
end

#imageObject

Returns the value of attribute image.



4
5
6
# File 'lib/website_information/params/og.rb', line 4

def image
  @image
end

#site_nameObject

Returns the value of attribute site_name.



4
5
6
# File 'lib/website_information/params/og.rb', line 4

def site_name
  @site_name
end

#titleObject

Returns the value of attribute title.



4
5
6
# File 'lib/website_information/params/og.rb', line 4

def title
  @title
end

#typeObject

Returns the value of attribute type.



4
5
6
# File 'lib/website_information/params/og.rb', line 4

def type
  @type
end

#urlObject

Returns the value of attribute url.



4
5
6
# File 'lib/website_information/params/og.rb', line 4

def url
  @url
end