Class: Xberg::DjotAttributeGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDjotAttributeGroup

Returns a new instance of DjotAttributeGroup.

Parameters:



521
# File 'sig/types.rbs', line 521

def initialize: (?identifier: String, ?attributes: Attributes) -> void

Instance Attribute Details

#attributesAttributes (readonly)

Returns the value of attribute attributes.

Returns:



519
520
521
# File 'sig/types.rbs', line 519

def attributes
  @attributes
end

#identifierString (readonly)

Returns the value of attribute identifier.

Returns:

  • (String)


518
519
520
# File 'sig/types.rbs', line 518

def identifier
  @identifier
end