Class: Xlsxrb::Ooxml::Event
- Inherits:
-
Data
- Object
- Data
- Xlsxrb::Ooxml::Event
- Defined in:
- lib/xlsxrb/ooxml.rb,
sig/xlsxrb.rbs
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Class Method Summary collapse
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args
20 21 22 |
# File 'lib/xlsxrb/ooxml.rb', line 20 def args @args end |
#source ⇒ Object (readonly)
Returns the value of attribute source
20 21 22 |
# File 'lib/xlsxrb/ooxml.rb', line 20 def source @source end |
#type ⇒ Object (readonly)
Returns the value of attribute type
20 21 22 |
# File 'lib/xlsxrb/ooxml.rb', line 20 def type @type end |
Class Method Details
.new ⇒ Event
10 |
# File 'sig/xlsxrb.rbs', line 10
def self.new: (type: Symbol, args: Array[untyped], source: Hash[Symbol, untyped]) -> Event
|