Sha256: 7398911b9246e2bc25ff3fa2d9fd076c64dc090cf87e9b06cfda66764f697521

Contents?: true

Size: 344 Bytes

Versions: 8

Compression:

Stored size: 344 Bytes

Contents

require 'sparkle_formation'

class SparkleFormation
  # SparkleFormation customized AttributeStruct
  class SparkleStruct < AttributeStruct
    include ::SparkleFormation::SparkleAttribute
    # @!parse include ::SparkleFormation::SparkleAttribute

    # @return [Class]
    def _klass
      ::SparkleFormation::SparkleStruct
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sparkle_formation-0.3.0 lib/sparkle_formation/sparkle_struct.rb
sparkle_formation-0.2.12 lib/sparkle_formation/sparkle_struct.rb
sparkle_formation-0.2.10 lib/sparkle_formation/sparkle_struct.rb
sparkle_formation-0.2.8 lib/sparkle_formation/sparkle_struct.rb
sparkle_formation-0.2.6 lib/sparkle_formation/sparkle_struct.rb
sparkle_formation-0.2.4 lib/sparkle_formation/sparkle_struct.rb
sparkle_formation-0.2.2 lib/sparkle_formation/sparkle_struct.rb
sparkle_formation-0.2.0 lib/sparkle_formation/sparkle_struct.rb