Sha256: 3af82b3b6129ad0c56ce43d2a46f93545cf48da1b67bb5af79ea800b1519625d

Contents?: true

Size: 1.21 KB

Versions: 1

Compression:

Stored size: 1.21 KB

Contents

# Generated from lib/autocad/block.rb with RBS::Inline

module Autocad
  class Block < Element
    def each: () -> untyped

    def attributes?: () -> untyped

    def name: () -> untyped

    def layout?: () -> untyped

    def xref?: () -> untyped

    def dynamic?: () -> untyped

    def attribute_hash: () -> untyped

    def block_type: () -> untyped

    def inspect: () -> untyped

    def attributes: () -> untyped
  end

  class Attributes
    include Enumerable

    attr_reader elements: untyped

    def initialize: (untyped blk, untyped elements) -> untyped

    def update_element: (untyped name, untyped value) -> untyped

    def each: () ?{ (?) -> untyped } -> untyped

    def find_attribute: (untyped name) -> untyped

    def []: (untyped name) -> untyped

    def []=: (untyped name, untyped value) -> untyped

    def keys: () -> untyped

    def values: () -> untyped

    def to_h: () -> untyped

    def inspect: () -> untyped
  end

  class Attribute < Element
    def write_ole: (untyped value) -> untyped

    def read_ole: (untyped value) -> untyped

    def key: () -> untyped

    def value: () -> untyped

    def inspect: () -> untyped
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
autocad-0.4.6 sig/generated/autocad/block.rbs