Class: Xberg::DjotAttributeGroup
- Inherits:
-
Object
- Object
- Xberg::DjotAttributeGroup
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#attributes ⇒ Attributes
readonly
Returns the value of attribute attributes.
-
#identifier ⇒ String
readonly
Returns the value of attribute identifier.
Instance Method Summary collapse
-
#initialize ⇒ DjotAttributeGroup
constructor
A new instance of DjotAttributeGroup.
Constructor Details
#initialize ⇒ DjotAttributeGroup
Returns a new instance of DjotAttributeGroup.
521 |
# File 'sig/types.rbs', line 521 def initialize: (?identifier: String, ?attributes: Attributes) -> void |
Instance Attribute Details
#attributes ⇒ Attributes (readonly)
Returns the value of attribute attributes.
519 520 521 |
# File 'sig/types.rbs', line 519 def attributes @attributes end |
#identifier ⇒ String (readonly)
Returns the value of attribute identifier.
518 519 520 |
# File 'sig/types.rbs', line 518 def identifier @identifier end |