Class: Xlsxrb::Ooxml::Event

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#argsObject (readonly)

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



22
23
24
# File 'lib/xlsxrb/ooxml.rb', line 22

def args
  @args
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



22
23
24
# File 'lib/xlsxrb/ooxml.rb', line 22

def source
  @source
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



22
23
24
# File 'lib/xlsxrb/ooxml.rb', line 22

def type
  @type
end

Class Method Details

.members[ :type, :args, :source ]

Returns:

  • ([ :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

Overloads:

  • .new(type, args, source) ⇒ instance

    Parameters:

    • type (Object)
    • args (Object)
    • source (Object)

    Returns:

    • (instance)
  • .new(type:, args:, source:) ⇒ instance

    Parameters:

    • type: (Object)
    • args: (Object)
    • source: (Object)

    Returns:

    • (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 ]

Returns:

  • ([ :type, :args, :source ])


20
# File 'sig/generated/xlsxrb/ooxml.rbs', line 20

def members: () -> [ :type, :args, :source ]