docs/Classes/Attribute.html
@objcMembers
public class Attribute : NSObject, AutoCoding, AutoEquatable, AutoDiffable, AutoJSExport, Diffable
extension Attribute: NSCoding
Describes Swift attribute
`
name
`
Attribute name
Swift
public let name: String
`
arguments
`
Attribute arguments
Swift
public let arguments: [String : NSObject]
`
asSource
`
TODO: unify asSource / description?
Swift
public var asSource: String { get }
`
description
`
Attribute description that can be used in a template.
Swift
public override var description: String { get }
`
diffAgainst(_:)
`
Swift
public func diffAgainst(_ object: Any?) -> DiffableResult
Copyright © 2016-2021 Pixle. All rights reserved.
Generated by jazzy ♪♫ v0.14.0, a Realm project.