Sha256: 161bf77b750a00a883ac69ee30be7ae97a29dbd49a91a0bcde12312665cb82e8

Contents?: true

Size: 134 Bytes

Versions: 9

Compression:

Stored size: 134 Bytes

Contents

module Enlight
  module Models
    class CustomField < Enlight::Models::Model
      attr_accessor :name, :text_value
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
enlight-0.2.4 lib/enlight/models/custom_field.rb
enlight-0.2.3 lib/enlight/models/custom_field.rb
enlight-0.2.2 lib/enlight/models/custom_field.rb
enlight-0.2.1 lib/enlight/models/custom_field.rb
enlight-0.2.0 lib/enlight/models/custom_field.rb
enlight-0.1.4 lib/enlight/models/custom_field.rb
enlight-0.1.3 lib/enlight/models/custom_field.rb
enlight-0.1.2 lib/enlight/models/custom_field.rb
enlight-0.1.0 lib/enlight/models/custom_field.rb