Sha256: 31c0b074a94297e1bfc3c0dd48986ed3cf47bc5c30fe036b7af1811ffb61c7c4

Contents?: true

Size: 1.11 KB

Versions: 1

Compression:

Stored size: 1.11 KB

Contents

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

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

    def coordinates: () -> untyped

    def has_attributes?: () -> untyped

    def name: () -> untyped

    def layout?: () -> untyped

    def attribute_hash: () -> 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_reference.rbs