Sha256: 53d31038053dc5ee3b564bf5e919c985723068d8b2bea19c3194fa1c636ffc93

Contents?: true

Size: 636 Bytes

Versions: 1

Compression:

Stored size: 636 Bytes

Contents

module Rocx
  module Properties
    class Indentation < ComplexProperty
      include AttributeBuilder

      tag :ind

      attribute :end, expects: :integer
      attribute :end_characters, expects: :integer, displays_as: :endChars
      attribute :hanging, expects: :integer
      attribute :hanging_characters, expects: :integer, displays_as: :hangingChars
      attribute :first_line, expects: :integer
      attribute :first_line_characters, expects: :integer, displays_as: :firstLineChars
      attribute :start, expects: :integer
      attribute :start_characters, expects: :integer, displays_as: :startChars
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rocx-0.5.8 lib/rocx/properties/indentation.rb