Sha256: 75818d35ff696cb5dc9084d5821c5f32747d7b51e4d47a12adfc98685dce8791

Contents?: true

Size: 216 Bytes

Versions: 34

Compression:

Stored size: 216 Bytes

Contents

# frozen_string_literal: true
module Platform
  module Objects
    class Photo < Platform::Objects::Base
      field :caption, String, null: true

      def caption
        object.caption
      end
    end
  end
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
graphql-1.8.18 spec/fixtures/upgrader/photo.transformed.rb
graphql-1.9.11 spec/fixtures/upgrader/photo.transformed.rb
graphql-1.9.10 spec/fixtures/upgrader/photo.transformed.rb
graphql-1.9.9 spec/fixtures/upgrader/photo.transformed.rb
graphql-1.9.8 spec/fixtures/upgrader/photo.transformed.rb
graphql-1.9.7 spec/fixtures/upgrader/photo.transformed.rb
graphql-1.9.6 spec/fixtures/upgrader/photo.transformed.rb
graphql-1.9.5 spec/fixtures/upgrader/photo.transformed.rb
graphql-1.9.4 spec/fixtures/upgrader/photo.transformed.rb
graphql-1.9.3 spec/fixtures/upgrader/photo.transformed.rb
graphql-1.9.2 spec/fixtures/upgrader/photo.transformed.rb
graphql-1.8.17 spec/fixtures/upgrader/photo.transformed.rb
graphql-1.8.16 spec/fixtures/upgrader/photo.transformed.rb
graphql-1.9.1 spec/fixtures/upgrader/photo.transformed.rb
graphql-1.9.0 spec/fixtures/upgrader/photo.transformed.rb
graphql-1.8.15 spec/fixtures/upgrader/photo.transformed.rb
graphql-1.9.0.pre4 spec/fixtures/upgrader/photo.transformed.rb
graphql-1.8.14 spec/fixtures/upgrader/photo.transformed.rb
graphql-1.9.0.pre3 spec/fixtures/upgrader/photo.transformed.rb
graphql-1.9.0.pre2 spec/fixtures/upgrader/photo.transformed.rb