Class: BaiduWeb::Record
Instance Attribute Summary collapse
-
#cached_url ⇒ Object
Returns the value of attribute cached_url.
-
#item_index ⇒ Object
Returns the value of attribute item_index.
-
#size ⇒ Object
Returns the value of attribute size.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#title ⇒ Object
Returns the value of attribute title.
-
#updated_date ⇒ Object
Returns the value of attribute updated_date.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#cached_url ⇒ Object
Returns the value of attribute cached_url.
3 4 5 |
# File 'lib/baidu_web/record.rb', line 3 def cached_url @cached_url end |
#item_index ⇒ Object
Returns the value of attribute item_index.
3 4 5 |
# File 'lib/baidu_web/record.rb', line 3 def item_index @item_index end |
#size ⇒ Object
Returns the value of attribute size.
3 4 5 |
# File 'lib/baidu_web/record.rb', line 3 def size @size end |
#summary ⇒ Object
Returns the value of attribute summary.
3 4 5 |
# File 'lib/baidu_web/record.rb', line 3 def summary @summary end |
#title ⇒ Object
Returns the value of attribute title.
3 4 5 |
# File 'lib/baidu_web/record.rb', line 3 def title @title end |
#updated_date ⇒ Object
Returns the value of attribute updated_date.
3 4 5 |
# File 'lib/baidu_web/record.rb', line 3 def updated_date @updated_date end |
#url ⇒ Object
Returns the value of attribute url.
3 4 5 |
# File 'lib/baidu_web/record.rb', line 3 def url @url end |