Class: WpTimthumb
- Inherits:
-
WpItem
- Object
- WpItem
- WpTimthumb
- Includes:
- Existable, Output, Versionable
- Defined in:
- lib/common/models/wp_timthumb.rb,
lib/common/models/wp_timthumb/output.rb,
lib/common/models/wp_timthumb/existable.rb,
lib/common/models/wp_timthumb/versionable.rb
Defined Under Namespace
Modules: Existable, Output, Versionable
Instance Attribute Summary
Attributes inherited from WpItem
#found_from, #name, #path, #version, #wp_content_dir, #wp_plugins_dir
Attributes included from WpItem::Vulnerable
Instance Method Summary (collapse)
Methods included from Output
Methods included from Existable
Methods included from Versionable
Methods inherited from WpItem
#<=>, #===, #allowed_options, #forge_uri, #initialize, #set_options, #uri, #url
Methods included from WpItem::Output
Methods included from WpItem::Infos
#changelog_url, #error_log_url, #has_changelog?, #has_directory_listing?, #has_error_log?, #has_readme?, #readme_url, #url_is_200?
Methods included from WpItem::Existable
#exists?, #exists_from_response?
Methods included from WpItem::Vulnerable
Methods included from WpItem::Versionable
Constructor Details
This class inherits a constructor from WpItem
Instance Method Details
- (Boolean) ==(other)
15 16 17 |
# File 'lib/common/models/wp_timthumb.rb', line 15 def ==(other) url == other.url end |