Sha256: f72167f049e9f29de6f321db0f0f806ea2c2ff9aa91e77bd6fcbe5755bce67f4

Contents?: true

Size: 318 Bytes

Versions: 8

Compression:

Stored size: 318 Bytes

Contents

module Ecoportal
  module API
    class V2
      class Page
        class Component
          class PlainTextField < Page::Component
            passthrough :value
            passthrough :multiline, :max_length
            pass_reader :exact_index
          end
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
ecoportal-api-v2-0.8.8 lib/ecoportal/api/v2/page/component/plain_text_field.rb
ecoportal-api-v2-0.8.7 lib/ecoportal/api/v2/page/component/plain_text_field.rb
ecoportal-api-v2-0.8.6 lib/ecoportal/api/v2/page/component/plain_text_field.rb
ecoportal-api-v2-0.8.5 lib/ecoportal/api/v2/page/component/plain_text_field.rb
ecoportal-api-v2-0.8.4 lib/ecoportal/api/v2/page/component/plain_text_field.rb
ecoportal-api-oozes-0.7.5 lib/ecoportal/api/v2/page/component/plain_text_field.rb
ecoportal-api-oozes-0.7.4 lib/ecoportal/api/v2/page/component/plain_text_field.rb
ecoportal-api-oozes-0.7.3 lib/ecoportal/api/v2/page/component/plain_text_field.rb