Class: BaiduWeb::Record

Inherits:
Object show all
Defined in:
lib/baidu_web/record.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cached_urlObject

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_indexObject

Returns the value of attribute item_index.



3
4
5
# File 'lib/baidu_web/record.rb', line 3

def item_index
  @item_index
end

#sizeObject

Returns the value of attribute size.



3
4
5
# File 'lib/baidu_web/record.rb', line 3

def size
  @size
end

#summaryObject

Returns the value of attribute summary.



3
4
5
# File 'lib/baidu_web/record.rb', line 3

def summary
  @summary
end

#titleObject

Returns the value of attribute title.



3
4
5
# File 'lib/baidu_web/record.rb', line 3

def title
  @title
end

#updated_dateObject

Returns the value of attribute updated_date.



3
4
5
# File 'lib/baidu_web/record.rb', line 3

def updated_date
  @updated_date
end

#urlObject

Returns the value of attribute url.



3
4
5
# File 'lib/baidu_web/record.rb', line 3

def url
  @url
end