class Net::SFTP::Protocol::V06::Base

def attribute_factory

(Net::SFTP::Protocol::V06::Attributes, in this case)
Returns the Attributes class used by this version of the protocol
def attribute_factory
  V06::Attributes
end