class Net::SFTP::Protocol::V04::Name

def initialize(name, attributes)

Create a new Name object with the given name and attributes.
def initialize(name, attributes)
  @name, @attributes = name, attributes
end