Back to Sourcery

Attribute

docs/Classes/Attribute.html

2.3.01.1 KB
Original Source

Attribute

@objcMembers
public class Attribute : NSObject, AutoCoding, AutoEquatable, AutoDiffable, AutoJSExport, Diffable
extension Attribute: NSCoding

Describes Swift attribute

`

                name
                `

Attribute name

Declaration

Swift

public let name: String

`

                arguments
                `

Attribute arguments

Declaration

Swift

public let arguments: [String : NSObject]

`

                asSource
                `

TODO: unify asSource / description?

Declaration

Swift

public var asSource: String { get }

`

                description
                `

Attribute description that can be used in a template.

Declaration

Swift

public override var description: String { get }

`

                diffAgainst(_:)
                `

Declaration

Swift

public func diffAgainst(_ object: Any?) -> DiffableResult

Copyright © 2016-2021 Pixle. All rights reserved.

Generated by jazzy ♪♫ v0.14.0, a Realm project.