class Berkshelf::APIClient::RemoteCookbook

def to_hash

def to_hash
  {
    name: name,
    version: version,
  }
end