Sha256: 7f23f45b71ff75c69b120424879234aa2aa0f6633e2ca18c3f7f23f03891023a

Contents?: true

Size: 214 Bytes

Versions: 11

Compression:

Stored size: 214 Bytes

Contents

# frozen_string_literal: true

module Shark
  module FormService
    module Form
      class Structure < Element
        def initialize(structure)
          super(structure)
        end
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
bima-shark-sdk-3.1.1 lib/shark/form_service/form/structure.rb
bima-shark-sdk-2.5.0 lib/shark/form_service/form/structure.rb
bima-shark-sdk-3.1.0 lib/shark/form_service/form/structure.rb
bima-shark-sdk-3.0.0 lib/shark/form_service/form/structure.rb
bima-shark-sdk-2.4.4 lib/shark/form_service/form/structure.rb
bima-shark-sdk-2.4.3 lib/shark/form_service/form/structure.rb
bima-shark-sdk-2.4.2 lib/shark/form_service/form/structure.rb
bima-shark-sdk-2.4.1 lib/shark/form_service/form/structure.rb
bima-shark-sdk-2.4.0 lib/shark/form_service/form/structure.rb
bima-shark-sdk-2.3.1 lib/shark/form_service/form/structure.rb
bima-shark-sdk-2.3.0 lib/shark/form_service/form/structure.rb