Class: GoApiClient::Domain::Feed

Inherits:
AttributeHelper show all
Defined in:
lib/go_api_client/domain/feed.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ Feed

Returns a new instance of Feed.



8
9
10
# File 'lib/go_api_client/domain/feed.rb', line 8

def initialize(attributes={})
  super(attributes)
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/go_api_client/domain/feed.rb', line 5

def id
  @id
end

#next_uriObject

Returns the value of attribute next_uri.



5
6
7
# File 'lib/go_api_client/domain/feed.rb', line 5

def next_uri
  @next_uri
end

#parsed_authorsObject

Returns the value of attribute parsed_authors.



6
7
8
# File 'lib/go_api_client/domain/feed.rb', line 6

def parsed_authors
  @parsed_authors
end

#parsed_entriesObject

Returns the value of attribute parsed_entries.



6
7
8
# File 'lib/go_api_client/domain/feed.rb', line 6

def parsed_entries
  @parsed_entries
end

#self_uriObject

Returns the value of attribute self_uri.



5
6
7
# File 'lib/go_api_client/domain/feed.rb', line 5

def self_uri
  @self_uri
end

#titleObject

Returns the value of attribute title.



5
6
7
# File 'lib/go_api_client/domain/feed.rb', line 5

def title
  @title
end

#updatedObject

Returns the value of attribute updated.



5
6
7
# File 'lib/go_api_client/domain/feed.rb', line 5

def updated
  @updated
end