Sha256: f61e6f08427c62ec7d37aae9f01859e03f37a15f2547255bb0a06f92e92ce802
Contents?: true
Size: 373 Bytes
Versions: 33
Compression:
Stored size: 373 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 attr_reader :parent def initialize parent, h @parent = parent init_from_hash h end def context parent.context end end end
Version data entries
33 entries across 33 versions & 1 rubygems