Class: Xlsxrb::Ooxml::Event
- Inherits:
-
Data
- Object
- Data
- Xlsxrb::Ooxml::Event
- Defined in:
- lib/xlsxrb/ooxml.rb,
sig/generated/xlsxrb/ooxml.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 Method Summary collapse
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args
22 23 24 |
# File 'lib/xlsxrb/ooxml.rb', line 22 def args @args end |
#source ⇒ Object (readonly)
Returns the value of attribute source
22 23 24 |
# File 'lib/xlsxrb/ooxml.rb', line 22 def source @source end |
#type ⇒ Object (readonly)
Returns the value of attribute type
22 23 24 |
# File 'lib/xlsxrb/ooxml.rb', line 22 def type @type end |
Class Method Details
.members ⇒ [ :type, :args, :source ]
18 |
# File 'sig/generated/xlsxrb/ooxml.rbs', line 18
def self.members: () -> [ :type, :args, :source ]
|
.new(type, args, source) ⇒ instance .new(type:, args:, source:) ⇒ instance
15 16 |
# File 'sig/generated/xlsxrb/ooxml.rbs', line 15
def self.new: (untyped type, untyped args, untyped source) -> instance
| (type: untyped, args: untyped, source: untyped) -> instance
|
Instance Method Details
#members ⇒ [ :type, :args, :source ]
20 |
# File 'sig/generated/xlsxrb/ooxml.rbs', line 20
def members: () -> [ :type, :args, :source ]
|