class Fc2Get::FileExists

Attributes

path[R]

Public Class Methods

new(msg, path) click to toggle source
Calls superclass method
# File lib/fc2_get.rb, line 9
def initialize msg, path
  super msg
  @path = path
end