# File lib/flickr/reflection.rb, line 7
        def initialize(name,authenticated,description,response,explanation)
                @name = name
                @authenticated = authenticated
                @description = description
                @response = response
                @explanation = explanation
                @arguments = []
                @errors = []
        end