class GoApiClient::Domain::Feed

Attributes

id[RW]
next_uri[RW]
parsed_authors[RW]
parsed_entries[RW]
self_uri[RW]
title[RW]
updated[RW]

Public Class Methods

new(attributes={}) click to toggle source
Calls superclass method GoApiClient::AttributeHelper::new
# File lib/go_api_client/domain/feed.rb, line 8
def initialize(attributes={})
  super(attributes)
end