Class: BaiduWeb::ExtensionKey
Instance Attribute Summary collapse
-
#parent_key ⇒ Object
Returns the value of attribute parent_key.
-
#source ⇒ Object
Returns the value of attribute source.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#parent_key ⇒ Object
Returns the value of attribute parent_key.
3 4 5 |
# File 'lib/baidu_web/extension_key.rb', line 3 def parent_key @parent_key end |
#source ⇒ Object
Returns the value of attribute source.
3 4 5 |
# File 'lib/baidu_web/extension_key.rb', line 3 def source @source end |
#title ⇒ Object
Returns the value of attribute title.
3 4 5 |
# File 'lib/baidu_web/extension_key.rb', line 3 def title @title end |