Class: WebsiteInformation::Params::Meta
- Inherits:
-
Object
- Object
- WebsiteInformation::Params::Meta
- Defined in:
- lib/website_information/params/meta.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#keyword ⇒ Object
Returns the value of attribute keyword.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
4 5 6 |
# File 'lib/website_information/params/meta.rb', line 4 def description @description end |
#keyword ⇒ Object
Returns the value of attribute keyword.
4 5 6 |
# File 'lib/website_information/params/meta.rb', line 4 def keyword @keyword end |