Class: Xlsxrb::Ooxml::Event

Inherits:
Data
  • Object
show all
Defined in:
lib/xlsxrb/ooxml.rb,
sig/xlsxrb.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#argsObject (readonly)

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



20
21
22
# File 'lib/xlsxrb/ooxml.rb', line 20

def args
  @args
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



20
21
22
# File 'lib/xlsxrb/ooxml.rb', line 20

def source
  @source
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



20
21
22
# File 'lib/xlsxrb/ooxml.rb', line 20

def type
  @type
end

Class Method Details

.newEvent

Parameters:

  • type: (Symbol)
  • args: (Array[untyped])
  • source: (Hash[Symbol, untyped])

Returns:



10
# File 'sig/xlsxrb.rbs', line 10

def self.new: (type: Symbol, args: Array[untyped], source: Hash[Symbol, untyped]) -> Event