Sha256: d9f9b51e68aea57ffc35443562007e1201aeec96eca97594d42a5e078282ca99

Contents?: true

Size: 311 Bytes

Versions: 6

Compression:

Stored size: 311 Bytes

Contents

# frozen_string_literal: true
# typed: true

require 'shale'

module Shale
  class Attribute # rubocop:disable Style/Documentation
    extend T::Sig

    # Contains the documentation comment for the shale attribute
    # in a Ruby String.
    sig { returns(T.nilable(String)) }
    attr_accessor :doc
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
shale-builder-0.2.4 lib/shale/attribute.rb
shale-builder-0.2.3 lib/shale/attribute.rb
shale-builder-0.2.2 lib/shale/attribute.rb
shale-builder-0.2.1 lib/shale/attribute.rb
shale-builder-0.2.0 lib/shale/attribute.rb
shale-builder-0.1.9 lib/shale/attribute.rb