Method: Axlsx::WorkbookView#initialize

Defined in:
lib/axlsx/workbook/workbook_view.rb

#initialize(options = {}) {|_self| ... } ⇒ WorkbookView

Creates a new BookView object

Parameters:

  • options (Hash) (defaults to: {})

    A hash of key/value pairs that will be mapped to this instances attributes.

  • [Symbol] (Hash)

    a customizable set of options

  • [Boolean] (Hash)

    a customizable set of options

  • [Integer] (Hash)

    a customizable set of options

Yields:

  • (_self)

Yield Parameters:



47
48
49
50
# File 'lib/axlsx/workbook/workbook_view.rb', line 47

def initialize(options = {})
  parse_options options
  yield self if block_given?
end