Class: Hacker::News::Updates

Inherits:
Struct
  • Object
show all
Defined in:
lib/hacker/news/items.rb

Overview

The /updates endpoint record.

Instance Attribute Summary collapse

Instance Attribute Details

#itemsObject

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



140
141
142
# File 'lib/hacker/news/items.rb', line 140

def items
  @items
end

#profilesObject

Returns the value of attribute profiles

Returns:

  • (Object)

    the current value of profiles



140
141
142
# File 'lib/hacker/news/items.rb', line 140

def profiles
  @profiles
end