Sha256: aa5688dc5eef5a31b59fd28ec3fb9808eff4ac3f12de8bbd7d6218f18517518c

Contents?: true

Size: 281 Bytes

Versions: 5

Compression:

Stored size: 281 Bytes

Contents

module Hungry
  class Response < Resource

    ### RESOURCES:

    belongs_to :review, 'Hungry::Review'

    ### ATTRIBUTES:

                  ### Review:
    attr_accessor :id, :body, :author,

                  ### Utility:
                  :created_at, :updated_at

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hungry-0.2.0 lib/hungry/response.rb
hungry-0.1.5 lib/hungry/response.rb
hungry-0.1.4 lib/hungry/response.rb
hungry-0.1.3 lib/hungry/response.rb
hungry-0.1.2 lib/hungry/response.rb