Sha256: 3beb06ba88c02ac1ed0457463327b708ce10b56f8895992ac01b136ae7187909

Contents?: true

Size: 271 Bytes

Versions: 13

Compression:

Stored size: 271 Bytes

Contents

module Arrest
  # A nested resource has no own url
  # It is an embedded entity in an actual RestResource or
  # an other NestedResource
  class NestedResource
    include HasAttributes
    include BelongsTo

    def initialize h
      init_from_hash h
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
arrest-0.0.21 lib/arrest/nested_resource.rb
arrest-0.0.20 lib/arrest/nested_resource.rb
arrest-0.0.19 lib/arrest/nested_resource.rb
arrest-0.0.18 lib/arrest/nested_resource.rb
arrest-0.0.17 lib/arrest/nested_resource.rb
arrest-0.0.16 lib/arrest/nested_resource.rb
arrest-0.0.15 lib/arrest/nested_resource.rb
arrest-0.0.14 lib/arrest/nested_resource.rb
arrest-0.0.13 lib/arrest/nested_resource.rb
arrest-0.0.12 lib/arrest/nested_resource.rb
arrest-0.0.11 lib/arrest/nested_resource.rb
arrest-0.0.9 lib/arrest/nested_resource.rb
arrest-0.0.8 lib/arrest/nested_resource.rb