Class: Delicious::DeliciousItem

Inherits:
Struct
  • Object
show all
Defined in:
lib/shinmun/aggregations/delicious.rb

Overview

This object holds given information of an item

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#dateObject

Returns the value of attribute date



11
12
13
# File 'lib/shinmun/aggregations/delicious.rb', line 11

def date
  @date
end

#descriptionObject

Returns the value of attribute description



11
12
13
# File 'lib/shinmun/aggregations/delicious.rb', line 11

def description
  @description
end

Returns the value of attribute description_link



11
12
13
# File 'lib/shinmun/aggregations/delicious.rb', line 11

def description_link
  @description_link
end

Returns the value of attribute link



11
12
13
# File 'lib/shinmun/aggregations/delicious.rb', line 11

def link
  @link
end

#titleObject

Returns the value of attribute title



11
12
13
# File 'lib/shinmun/aggregations/delicious.rb', line 11

def title
  @title
end

Instance Method Details

#to_sObject



12
# File 'lib/shinmun/aggregations/delicious.rb', line 12

def to_s; title end