WebRI  RDoc::AnyMethod

Parent

Methods

[Validate]
Generated with WebRI Redfish 1.2

AnyMethod

Public Instance Methods

to_h() click to toggle source

NOTE: dont_rename_initialize isn’t used

# File lib/webri/extensions/rdoc.rb, line 83
  def to_h
    {
      :name         => name,
      :fullname     => full_name,
      :prettyname   => pretty_name,
      :path         => path,
      :type         => type,
      :visibility   => visibility,
      :blockparams  => block_params,
      :singleton    => singleton,
      :text         => text,
      :aliases      => aliases,
      :aliasfor     => is_alias_for,
      :aref         => aref,
      :parms        => params,
      :callseq      => call_seq
      #:paramseq     => param_seq,
    }
  end
to_json() click to toggle source
# File lib/webri/extensions/rdoc.rb, line 104
  def to_json
    to_h.to_json
  end

Disabled; run with --debug to generate this.