Class: Hacker::News::Updates
- Inherits:
-
Struct
- Object
- Struct
- Hacker::News::Updates
- Defined in:
- lib/hacker/news/items.rb
Overview
The /updates endpoint record.
Instance Attribute Summary collapse
-
#items ⇒ Object
Returns the value of attribute items.
-
#profiles ⇒ Object
Returns the value of attribute profiles.
Instance Attribute Details
#items ⇒ Object
Returns the value of attribute items
140 141 142 |
# File 'lib/hacker/news/items.rb', line 140 def items @items end |
#profiles ⇒ Object
Returns the value of attribute profiles
140 141 142 |
# File 'lib/hacker/news/items.rb', line 140 def profiles @profiles end |