ole_put_methods

WIN32OLE#ole_put_methods Instance Public methods Returns the array of WIN32OLE_METHOD object . The element of the array is property (settable) of WIN32OLE object. excel = WIN32OLE.new('Excel.Application') properties = excel.ole_put_methods

constantize

constantize() Instance Public methods constantize tries to find a declared constant with the name specified in the string. It raises a NameError when the name is not in CamelCase or is not initialized. See ActiveSupport::Inflector#constantize 'Module'.constantize # => Module 'Class'.constantize # => Class 'blargle'.constantize # => NameError: wrong constant name blargle

prepend_around_action

prepend_around_action(names, block) Instance Public methods Prepend a callback around actions. See #_insert_callbacks for parameter details. Aliased as prepend_around_filter.

select_minute

select_minute(datetime, options = {}, html_options = {}) Instance Public methods Returns a select tag with options for each of the minutes 0 through 59 with the current minute selected. Also can return a select tag with options by minute_step from 0 through 59 with the 00 minute selected. The datetime can be either a Time or DateTime object or an integer. Override the field name using the :field_name option, 'minute' by default. my_time = Time.now + 6.hours # Generates a select fi

behavior=

behavior=(behavior) Instance Public methods Sets the behavior to the specified value. Can be a single value, array, or an object that responds to call. Available behaviors: raise Raise ActiveSupport::DeprecationException. stderr Log all deprecation warnings to +$stderr+. log Log all deprecation warnings to Rails.logger. notify Use ActiveSupport::Notifications to notify deprecation.rails. silence Do nothing. Setting behaviors only affects deprecations that happ

close

close() Instance Public methods

index

index() Instance Public methods

numeric

numeric() Instance Public methods

make

make(version, &block) Class Public methods Builder for an RSS object Creates an object of the type passed in args Executes the block to populate elements of the created RSS object

digest

digest(options) Class Public methods Supported options: name - Template name finder - An instance of ActionView::LookupContext dependencies - An array of dependent views partial - Specifies whether the template is a partial